Mobile navigation styles
This commit is contained in:
parent
49db3be81a
commit
0e8d9dcdc2
@ -11,12 +11,6 @@
|
|||||||
.navbar-header
|
.navbar-header
|
||||||
text-align: center
|
text-align: center
|
||||||
|
|
||||||
.navbar-collapse
|
|
||||||
background: #212121
|
|
||||||
border-radius: 5px
|
|
||||||
border: 1px solid #212121
|
|
||||||
box-shadow: inset 0 0 6px #212121
|
|
||||||
|
|
||||||
ul
|
ul
|
||||||
list-style: none
|
list-style: none
|
||||||
text-align: center
|
text-align: center
|
||||||
@ -63,3 +57,10 @@
|
|||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: $main-color
|
color: $main-color
|
||||||
|
|
||||||
|
@media (max-width: 767px)
|
||||||
|
.navbar-collapse
|
||||||
|
background: #212121
|
||||||
|
border-radius: 5px
|
||||||
|
border: 1px solid #212121
|
||||||
|
box-shadow: inset 0 0 6px #212121
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user