Sha256: 913fb99cba3efa16a8e9688138e649d2e3d67ac996cd14ccbbf54420e65a5570
Contents?: true
Size: 884 Bytes
Versions: 14
Compression:
Stored size: 884 Bytes
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
14 entries across 14 versions & 1 rubygems