Added Example for Camera FX

This commit is contained in:
Simon Gehrig
2017-02-20 08:37:43 +01:00
parent 8859405eef
commit 6d9ce3dacc
11 changed files with 233 additions and 142 deletions
+7 -9
View File
@@ -5,22 +5,20 @@
/* Positioning */
position: relative;
display: inline-table;
/* Sizing */
box-sizing: border-box;
//width: (100%/$columns) - (0.3 + ($columns * 0.3));
width: (100%/$columns);
/* Gutters */
margin: 0 -4px 0 0 !important;
padding: 0 !important;
padding: 0 $gutter+px $gutter+px 0 !important;
border: none !important;
/* Typography */
letter-spacing: 0;
/* Gutter */
padding-right: $gutter !important;
padding-bottom: $gutter !important;
&:before {
}
&:after {
}
/* Remove last border */
&:nth-of-type(#{$columns}) {
border-right: none;
}