Sha256: ab3297e08abec5331aee7a3a9143921a8cb3151ba5fcfb8d1cf3cd9a0018466f
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
// // @mixin background($col) { // svg#background { // fill: $col; // } // // svg#tickets { // g.number path { // fill: $col; // } // path.bar { // stroke: $col !important; // } // } // // .title._animate { // opacity: 0.4; // color: $col; // } // } // // // @mixin chunk($col) { // path { // fill: $col; // } // .title { // color: $col; // } // } // // @mixin rollover($type) { // // .list { // &._text { // &-roller { // border-color: white; // } // &-output { // border-color: rgba($type,0.2); // } // } // } // // .item { // &._text { // &-roller { // background-color: rgba($type,0.1); // border-color: white; // color: $type; // // &.active { // background-color: $type; // color: white; // } // } // &-output { // background-color: rgba($type,0.1); // border-color: rgba($type,0.2); // color: $type; // } // } // } // }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.9.2 | _sass/helpers/mixins/mindsets.scss |
futuro-0.9.1 | _sass/helpers/mixins/mindsets.scss |
futuro-0.9.0 | _sass/helpers/mixins/mindsets.scss |