Commit c69cde99 by Linnea Samila

obeying lint

1 parent 6e26564c
Pipeline #53 failed
in 0 seconds
......@@ -9,10 +9,6 @@
width: 100%;
}
nav {
// margin: auto;
}
ul {
padding: 0;
margin: auto;
......@@ -30,13 +26,12 @@ li {
padding: 10px;
margin: 5px;
font-family: $font-menu;
font-size: 14px;
font-size: $font-size-group-selector;
text-align: center;
// width: 100%;
border: 2px solid transparent;
&:hover {
border: 2px solid white;
border: 2px solid $color-text-menu;
}
&.user {
......@@ -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 @@
@import 'mixins';
// Colors
$color-text-menu: #fff;
$color-bg: #f2f3f9;
$color-bg-nav: #fff;
$color-bg-content: #fff;
......@@ -16,4 +17,6 @@ $info-color: #69b1a1;
// fonts
$font-text: 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!