navbar icon centering final
This commit is contained in:
parent
ce39cfd538
commit
07dcd11cab
|
@ -3,6 +3,9 @@
|
|||
@include justify-content(center);
|
||||
@include align-items(flex-start);
|
||||
@include flex-direction(column);
|
||||
@include themify($codeblock) {
|
||||
color: themed('content-pre-color');
|
||||
}
|
||||
|
||||
width: 100%;
|
||||
max-width: 928px;
|
||||
|
|
|
@ -59,6 +59,10 @@
|
|||
@media only screen and (max-width: 769px) {
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
@include themify($codeblock) {
|
||||
color: themed('content-pre-color');
|
||||
}
|
||||
}
|
||||
|
||||
&__gutter {
|
||||
|
|
|
@ -420,14 +420,13 @@
|
|||
}
|
||||
|
||||
.dropdown {
|
||||
border-bottom: 2px solid transparent;
|
||||
height: $grid_navbar_height !important;
|
||||
@include themify($themes) {
|
||||
color: themed('burger-menu-color');
|
||||
@include on-event {
|
||||
color: themed('link-hover');
|
||||
background-color: themed('navbar-menu-hover-background-color');
|
||||
border-bottom: 2px solid themed('navbar-border-bottom-color');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-trigger {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue