Sha256: 46ba6e149b079439263cd4f03a86d2d661d40bb5c09e277e680bca91cd5f0918
Contents?: true
Size: 1.38 KB
Versions: 2
Compression:
Stored size: 1.38 KB
Contents
.content { padding-bottom: $line-height; .searching & { display: none; } } .content-fix-scroll { margin-right: ($grid-gutter * -1); margin-left: ($grid-gutter * -1); overflow: hidden; padding-right: $grid-gutter; padding-left: $grid-gutter; .content-fix.fixed & { position: fixed; top: ($line-height * 2); bottom: 0; @include backface(hidden); } } .content-fix-wrap { .content-fix.fixed & { overflow-x: hidden; overflow-y: auto; padding-right: ($grid-gutter * 2); padding-left: ($grid-gutter * 2); position: absolute; top: 0; right: ($grid-gutter * -1); bottom: 0; left: ($grid-gutter * -1); -webkit-overflow-scrolling: touch; -ms-overflow-style: none; } } .content-heading { background-color: $brand-color; color: $white; overflow: hidden; padding-top: ($line-height * 2); position: relative; z-index: 1; @include transition(background-color 0.3s $timing, color 0.3s $timing); @each $color in $palette-list { $i: index($palette-list, $color); .page-#{$color} & { background-color: nth($palette-color, $i); } } .heading { font-weight: 300; } } .content-sub-heading { color: $brand-color; font-size: $font-size-h4; font-weight: 400; line-height: $line-height-h4; @each $color in $palette-list { $i: index($palette-list, $color); .page-#{$color} & { color: nth($palette-color, $i); } } } .row-fix { position: relative; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
material-sass-0.0.3 | app/assets/stylesheets/material/theme/_content.scss |
material-sass-0.0.2 | app/assets/stylesheets/material/theme/_content.scss |