Sha256: 8da76c13a05bc38d8a94bd40825b892df40d4511e0c79433e64d750b622dda8d
Contents?: true
Size: 1.29 KB
Versions: 2
Compression:
Stored size: 1.29 KB
Contents
@import "setting"; @import "edge/helpers"; // Your app-specific style here section { float: left; } .device-wrapper { padding: 30px; } .phone, .tablet { position: relative; overflow: hidden; figure { position: relative; } } .tablet { margin-right: 30px; img { width: 550px; } iframe { position: absolute; top: 43px; left: 43px; } } .phone { top: -9px; img { width: 190px; } iframe { position: absolute; top: 52px; left: 10px; } } article { margin-top: 10px; padding: 0 5px; p { padding: 20px 0; margin-bottom: 10px; background: $main-color; text-align: center; color: $sub-color; font-size: em(32px); font-weight: 600; @include below(small) { padding: 5px 0; } } .show-for-small { padding: 5px 0; font-size: em(26px); } .column, [class*="-tile-"] > li { margin-bottom: 10px; .column { margin-bottom: 0; } } .row [class*="-tile-"] > li { margin-bottom: 10px; } } .nest-parent { background: $main-color; padding-top: 10px; p { background: lighten($main-color, 15%); } > p { background: transparent; padding: 0; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edge_framework-0.9.12 | readme-img/generator/assets/sass/app.scss |
edge_framework-0.9.11 | readme-img/generator/assets/sass/app.scss |