Added Menu Mixins:
Desktop vertical Desktop vertical Tablet/Phone Fullscreen Toggle Button
This commit is contained in:
@@ -5,11 +5,16 @@
|
||||
background-color: #6ac88e;
|
||||
border-bottom: solid 40px #c86350;
|
||||
|
||||
@include absolute-span(0, 0, 0, 0);
|
||||
|
||||
.wrap {
|
||||
/*BASIC LAYOUT*/
|
||||
@include cols(4, 20);
|
||||
|
||||
.inner {
|
||||
background-color: #ffffff;
|
||||
padding: 20px 20px 40px 20px !important;
|
||||
box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.4);
|
||||
|
||||
.head {
|
||||
font-family: sans-serif;
|
||||
@@ -24,10 +29,9 @@
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
border: solid thick #c86350;
|
||||
|
||||
img {
|
||||
width:100%; // make sure thins dont get wider than the parent cols element
|
||||
width: 100%; // make sure thins dont get wider than the parent cols element
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -68,7 +72,7 @@
|
||||
&.all {
|
||||
/*ALL EFFECTS*/
|
||||
.head {
|
||||
@include camera-focus($FOCUS-OUT, 0.5, 10, $EASE);
|
||||
@include camera-focus($FOCUS-OUT, 0.4, 10, $EASE);
|
||||
}
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user