Sha256: 8c408eeaed32e036ce3cc51a391d7e7c7b83078feb9ec7c3d15df66a151cd7a5
Contents?: true
Size: 968 Bytes
Versions: 5
Compression:
Stored size: 968 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 grid($rep) { grid-template-columns: repeat($rep,1fr); display: grid; } @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
5 entries across 5 versions & 1 rubygems