Compare commits
2 Commits
298770d366
...
e42ace870e
| Author | SHA1 | Date |
|---|---|---|
|
|
e42ace870e | |
|
|
927faecc28 |
|
|
@ -147,20 +147,24 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=checkbox]:checked ~ .navbar-container nav ul {
|
input[type=checkbox]:checked ~ .navbar-container nav {
|
||||||
@include menu-list(column);
|
height: 255px; //TODO: make dynamic in Webkit
|
||||||
|
|
||||||
li {
|
ul {
|
||||||
text-align: right;
|
@include menu-list(column);
|
||||||
flex: 0 0 0;
|
|
||||||
margin: $gutter-width 0;
|
|
||||||
font-size: 1.1rem;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
a {
|
li {
|
||||||
&:active,
|
text-align: right;
|
||||||
&:hover {
|
flex: 0 0 0;
|
||||||
color: darken($primary-color, 15%);
|
margin: $gutter-width 0;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
a {
|
||||||
|
&:active,
|
||||||
|
&:hover {
|
||||||
|
color: darken($primary-color, 15%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 478 KiB After Width: | Height: | Size: 486 KiB |
Loading…
Reference in New Issue