Added Menu Mixins:

Desktop vertical
Desktop vertical
Tablet/Phone Fullscreen
Toggle Button
This commit is contained in:
2017-03-29 12:14:21 +02:00
parent 5cafe3670b
commit 9cd926a1e5
25 changed files with 2269 additions and 1 deletions
@@ -0,0 +1,27 @@
@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-vertical-right-desktop(20px, 200px, #806c80, #ffd9d9, #d9ffd9, #6c8080);
position: fixed;
top: 0;
bottom: 0;
right: 0;
}
}
}