Sha256: 642bf2d6f464071305afc4f8830b02003116d2c8a0fdbe33ae5ae2c099d39892
Contents?: true
Size: 814 Bytes
Versions: 40
Compression:
Stored size: 814 Bytes
Contents
/*------------------------------------ Marker-bg ------------------------------------*/ .u-marker-bg { &-primary, &-green, &-black, &-white, &-red, &-yellow { display: inline-block; background: { repeat: no-repeat; position: 0 50%; size: 100% 70%; } white-space: nowrap; } &-primary { background-image: url(../img/bg/marker/marker-bg-primary.png); } &-green { background-image: url(../img/bg/marker/marker-bg-green.png); } &-black { background-image: url(../img/bg/marker/marker-bg-black.png); } &-white { background-image: url(../img/bg/marker/marker-bg-white.png); } &-red { background-image: url(../img/bg/marker/marker-bg-red.png); } &-yellow { background-image: url(../img/bg/marker/marker-bg-yellow.png); } }
Version data entries
40 entries across 40 versions & 1 rubygems