Add initial version of configure page

This commit is contained in:
Andrew Miner
2015-02-28 21:14:00 -08:00
parent 43dfec7e04
commit 05d2e8b3a4
15 changed files with 55 additions and 40 deletions
+9
View File
@@ -88,6 +88,15 @@ All rights reserved.
}
}
.dot {
position: absolute; top: 50%; right: 1em; height: 1.5em; width: 1.5em;
@include transform(translateY(-50%));
background: $color-active;
border-radius: 0.75em;
opacity: 0;
}
p {
position: absolute; top: 50%; left: 50%; width: 100%;
@include transform(translateX(-50%) translateY(-50%));