Sha256: d9d6ffb3bcced006e1426b18bae8f2d0cd0057754e5e8ba81d74b99d42b7c0a9
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
@mixin ThemePages($name,$col,$right) { // Chapter Pages .wrap.type-page.chapter-#{$name} { .title.page-weight { color: $col; } .title.page-chapter { right: $right; color: $col; } .title.animate { color: $col; } .block.page-icon { fill: $col; } .lnk.stats { color: $col; } .item.text-roller { background-color: rgba($col,10%); color: $col; &.active { background-color: $col; color: white; } } .item.text-output { background-color: rgba($col,10%); border-color: rgba($col,20%); color: $col; } .list.pies { color: $col; } .block.pie.svg-wrap { fill: $col; } svg#background { fill: $col; } svg#tickets { fill: $col; .bar { stroke: $col !important; } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.6.9 | _sass/helpers/mixins/pages.scss |