Sha256: 375b6effb0a3f50971a570649638eaa5f0ae1fc52f336031729d41cbdb5c2167
Contents?: true
Size: 780 Bytes
Versions: 8
Compression:
Stored size: 780 Bytes
Contents
// // Labels // $author Ad Taylor // @import "compass/css3"; // ========================================================================== // Default alert // ========================================================================== .label { display: inline-block; @include ie7-inline-block; padding: -1px+ms(0)/4 ms(0)/2 1px+ms(0)/4 ; margin-bottom: 0; // For input.btn @include ie7-restore-left-whitespace; @include border-radius( ms(0)/4 ); background-color: mono(2); color: $white; @extend small; line-height: 1; text-align: center; letter-spacing: 1px; vertical-align: middle; /* Label colors */ &.orange { background-color: orange(); } &.blue { background-color: blue(); } &.green { background-color: green(); } }
Version data entries
8 entries across 8 versions & 1 rubygems