[SITE] new mobile menu (plain CSS) & removed animation assets of bootstrap
This commit is contained in:
parent
2ecf9ea656
commit
1544f888ca
21 changed files with 176 additions and 124 deletions
|
@ -47,6 +47,6 @@ main {
|
|||
|
||||
@include media-breakpoint-down(xs) {
|
||||
main {
|
||||
padding-top: 16vh;
|
||||
padding-top: 10vh;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,9 +9,11 @@
|
|||
|
||||
// change main.scss behavior - inverted color style
|
||||
body {
|
||||
background-color: $color_bg_inv;
|
||||
color: $color_font_inv;
|
||||
}
|
||||
div.site-wrap {
|
||||
background-color: $color_bg_inv;
|
||||
}
|
||||
a {
|
||||
color: $link_color_inv;
|
||||
&:active, &:hover {
|
||||
|
@ -34,8 +36,10 @@ main p {
|
|||
}
|
||||
}
|
||||
@include media-breakpoint-down(xs) {
|
||||
.navbar-toggler {
|
||||
color: $nav_fgColor;
|
||||
label[for="nav-trigger"] {
|
||||
// button color inverted
|
||||
color: $nav_fgColor;
|
||||
background-color: $color_bg_inv;
|
||||
}
|
||||
}
|
||||
footer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue