enhancing navigation
This commit is contained in:
parent
26d113ced0
commit
6f91e60bd9
|
@ -168,18 +168,12 @@
|
||||||
&:hover a {background: scale-color-diff();}
|
&:hover a {background: scale-color-diff();}
|
||||||
button {margin-left: 5px;}
|
button {margin-left: 5px;}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
background-color: scale-color($tertiary, $lightness: 90%);
|
background-color: scale-color($tertiary, $lightness: 90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Search
|
// Search
|
||||||
&#search-dropdown {
|
&#search-dropdown {
|
||||||
.heading {
|
.heading {
|
||||||
|
@ -187,15 +181,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Search
|
|
||||||
&#notifications-dropdown {
|
|
||||||
li {padding: 5px;
|
|
||||||
a {
|
|
||||||
display: inline;
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
// Notifications
|
// Notifications
|
||||||
&#notifications-dropdown {
|
&#notifications-dropdown {
|
||||||
.fa {
|
.fa {
|
||||||
|
@ -203,6 +188,11 @@
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
background-color: scale-color($tertiary, $lightness: 90%);
|
background-color: scale-color($tertiary, $lightness: 90%);
|
||||||
|
padding: 5px;
|
||||||
|
a {
|
||||||
|
display: inline;
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.read {
|
.read {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
|
|
Loading…
Reference in New Issue