Sha256: 6304b89094b37e62e2f73d27ff1b7a156e1f49f97ee423ee71a490078744166d
Contents?: true
Size: 612 Bytes
Versions: 4
Compression:
Stored size: 612 Bytes
Contents
.general-status { text-align: center; @include clearfix(); } .status { &.icon-status { @include size(18px); margin: 0 auto; svg { display: inline-block; @include size(18px); + svg { margin-right: 15px; } } &.true { svg path { fill: $jungle-green; } } &.false { svg path { fill: $scarlet; } } } &.round-status { @include size(18px); border-radius: 50%; margin: 0 auto; &.true { background-color: $jungle-green; } &.false { background-color: $scarlet; } } }
Version data entries
4 entries across 4 versions & 1 rubygems