5cafe3670b
Desktop vertical Desktop vertical Tablet/Phone Fullscreen Toggle Button
21 lines
504 B
SCSS
21 lines
504 B
SCSS
@import "../../../../_framework";
|
|
|
|
body {
|
|
background-color: #d9ffd9;
|
|
font-family: Calibri, sans-serif;
|
|
.header {
|
|
//transform: rotate(-1deg);
|
|
#navcheck {
|
|
@include toggle-tablet(100px, #ffd9d9, #806c80) {
|
|
@include menu-fullscreen-phone(100px, 20px, #806c80, #ffd9d9, #d9ffd9, #6c8080)
|
|
}
|
|
}
|
|
.nav {
|
|
font-weight: 700;
|
|
letter-spacing: 1px;
|
|
font-size: 20px;
|
|
|
|
@include menu-horizontal-desktop(20px, #806c80, #ffd9d9, #d9ffd9, #6c8080);
|
|
}
|
|
}
|
|
} |