Fix menu color styling
This commit is contained in:
@@ -17,7 +17,8 @@ $left-menu-width: 180px;
|
||||
text-decoration: none;
|
||||
|
||||
&.active, &:hover {
|
||||
color: $color-red;
|
||||
background-color: $color-blue;
|
||||
color: white
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,7 +114,7 @@ h1 {
|
||||
background-color: $color-blue-thin;
|
||||
|
||||
&.active, &:hover {
|
||||
background-color: $color-red;
|
||||
background-color: $color-blue;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
@@ -199,8 +200,7 @@ table {
|
||||
// @include schedule.legacy;
|
||||
|
||||
#header {
|
||||
border-bottom: 2px solid rgba(173, 173, 173, 50%);
|
||||
border-bottom: 2px solid $color-blue-light;
|
||||
border-bottom: 1px solid $color-blue;
|
||||
margin: 0 auto 30px;
|
||||
width: 100%;
|
||||
|
||||
@@ -308,7 +308,8 @@ table {
|
||||
align-items: center;
|
||||
|
||||
a {
|
||||
margin: 0 40px 0 0;
|
||||
margin: 0 15px 0 0;
|
||||
padding: 0 12.5px;
|
||||
|
||||
// height: 100%;
|
||||
@include menu-style;
|
||||
@@ -594,7 +595,7 @@ table {
|
||||
|
||||
&.active {
|
||||
color: white;
|
||||
background-color: $color-red;
|
||||
background-color: $color-blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user