Commit b86eb107 by Linnea Samila

obeying lint

1 parent 4861725c
...@@ -9,10 +9,6 @@ ...@@ -9,10 +9,6 @@
width: 100%; width: 100%;
} }
nav {
// margin: auto;
}
ul { ul {
padding: 0; padding: 0;
margin: auto; margin: auto;
...@@ -30,13 +26,12 @@ li { ...@@ -30,13 +26,12 @@ li {
padding: 10px; padding: 10px;
margin: 5px; margin: 5px;
font-family: $font-menu; font-family: $font-menu;
font-size: 14px; font-size: $font-size-group-selector;
text-align: center; text-align: center;
// width: 100%;
border: 2px solid transparent; border: 2px solid transparent;
&:hover { &:hover {
border: 2px solid white; border: 2px solid $color-text-menu;
} }
&.user { &.user {
...@@ -52,25 +47,3 @@ li { ...@@ -52,25 +47,3 @@ li {
} }
} }
} }
.topNavItem {
display: inline-block;
padding: 10px 20px 10px 20px;
margin: 5px auto;
font-family: $font-menu;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
opacity: 0.8;
min-width: 100px;
text-align: center;
&:active {
opacity: 1.0;
border: 3px solid white;
}
}
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
@import 'mixins'; @import 'mixins';
// Colors // Colors
$color-text-menu: #fff;
$color-bg: #f2f3f9; $color-bg: #f2f3f9;
$color-bg-nav: #fff; $color-bg-nav: #fff;
$color-bg-content: #fff; $color-bg-content: #fff;
...@@ -16,4 +17,6 @@ $info-color: #69b1a1; ...@@ -16,4 +17,6 @@ $info-color: #69b1a1;
// fonts // fonts
$font-text: Roboto, sans-serif; $font-text: Roboto, sans-serif;
$font-menu: Roboto, sans-serif; $font-menu: Roboto, sans-serif;
//$font-title: ;
// font-sizes
$font-size-group-selector: 14px;
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!