Sha256: c0cda9aefe232622368eb7af77a8d77a1bc6ab681cb7ab8daf88b4c481c3764b
Contents?: true
Size: 789 Bytes
Versions: 2
Compression:
Stored size: 789 Bytes
Contents
/** * Wrapper */ .wrapper { max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2)); max-width: calc(#{$content-width} - (#{$spacing-unit} * 2)); margin-right: auto; margin-left: auto; padding-top: 100px; padding-right: $spacing-unit; padding-left: $spacing-unit; @extend %clearfix; @include media-query($on-laptop) { max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit})); max-width: calc(#{$content-width} - (#{$spacing-unit})); padding-right: $spacing-unit / 2; padding-left: $spacing-unit / 2; } } /** * Clearfix */ %clearfix:after { content: ""; display: table; clear: both; } /** * Icons */ .icon > svg { display: inline-block; vertical-align: middle; path { fill: $grey-color; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
athene-0.1.4 | _sass/athene/_layout.scss |
athene-0.1.3 | _sass/athene/_layout.scss |