aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/NaviconButton.scss
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-21 13:46:53 -0400
committerMonika <monika_hedman@brown.edu>2019-06-21 13:46:53 -0400
commitf05b323cff1f09c5c84042aa30ad57b2ac74b7cb (patch)
treef485f82fd823c68c5ac458730ff3566e57aa4b67 /src/client/views/search/NaviconButton.scss
parent7eb3e346c6fddc23794f3dd0c33e280c4ee7bc24 (diff)
navicon working
Diffstat (limited to 'src/client/views/search/NaviconButton.scss')
-rw-r--r--src/client/views/search/NaviconButton.scss18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/client/views/search/NaviconButton.scss b/src/client/views/search/NaviconButton.scss
index 529f11a57..d26d67de2 100644
--- a/src/client/views/search/NaviconButton.scss
+++ b/src/client/views/search/NaviconButton.scss
@@ -1,12 +1,6 @@
@import "../globalCssVariables";
-
-@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
-
-// $background: #3d566e;
-$color: #ecf0f1;
-
-$height-icon: 20px;
+$height-icon: 15px;
$width-line: 30px;
$height-line: 4px;
@@ -15,14 +9,6 @@ $rotation: 45deg;
$translateY: ($height-icon / 2);
$translateX: 0;
-// body {
-// background: $background;
-// color: $color;
-// font-family: 'Montserrat', sans-serif;
-// -webkit-font-smoothing: antialiased;
-// text-align:center;
-// }
-
#hamburger-icon {
width:$width-line;
height:$height-icon;
@@ -32,7 +18,7 @@ $translateX: 0;
.line {
display:block;
- background:$color;
+ background:$alt-accent;
width:$width-line;
height:$height-line;
position:absolute;