aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.scss
diff options
context:
space:
mode:
authorJude <julie_wang1@brown.edu>2019-03-09 17:14:42 -0500
committerJude <julie_wang1@brown.edu>2019-03-09 17:14:42 -0500
commitc6a3faf616e68ede2d67580344e4337c3f0cfdc5 (patch)
treefa09d4c17b083f4656ebd912c35b212cc801459d /src/client/views/Main.scss
parent695a91d86df0aa7d3e6a4a63414286fbdaf86d80 (diff)
added some flair to freeform views
Diffstat (limited to 'src/client/views/Main.scss')
-rw-r--r--src/client/views/Main.scss15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss
index 89a9e1bd1..3e2ab6ff7 100644
--- a/src/client/views/Main.scss
+++ b/src/client/views/Main.scss
@@ -10,6 +10,16 @@ body {
margin: 0;
}
+#dash-title {
+ position: absolute;
+ right: 46.5%;
+ letter-spacing: 3px;
+ top: 9px;
+ font-size: 12px;
+ color: $alt-accent;
+ z-index: 9999;
+}
+
h1 {
font-size: 50px;
position: fixed;
@@ -65,7 +75,7 @@ button:hover {
.clear-db-button {
position: absolute;
- left: 47%;
+ right: 45%;
bottom: 1em;
font-size: 50%;
}
@@ -119,7 +129,7 @@ button:hover {
height: 36px;
margin-right: 10px;
cursor: pointer;
- transition: transform 0.5s;
+ transition: transform 0.2s;
}
label p {
padding-left: 10.5px;
@@ -127,6 +137,7 @@ button:hover {
}
label:hover {
background: $main-accent;
+ transform: scale(1.15);
}
input {
display: none;