Start a navbar search section (this is foreshadowing)
This commit is contained in:
parent
e814dc7383
commit
9ecea50d45
1 changed files with 7 additions and 4 deletions
|
@ -100,10 +100,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar .ion-search {
|
|
||||||
font-size: 1.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-menu {
|
.navbar-menu {
|
||||||
@include mobile {
|
@include mobile {
|
||||||
background-color: $dark;
|
background-color: $dark;
|
||||||
|
@ -216,3 +212,10 @@ a.navbar-link:hover {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Navbar search
|
||||||
|
|
||||||
|
.navbar .ion-search {
|
||||||
|
font-size: 1.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue