Sha256: 5dcda81ddbf4bded1fedb7c777a150b86ed89587e1408630c45ffe03afef3c65
Contents?: true
Size: 642 Bytes
Versions: 14
Compression:
Stored size: 642 Bytes
Contents
.icn-round { width: 20px; height: 20px; text-align: center; display: inline-block; padding: 0; @include border-radius(10px); background-color: $defaultBackgroundColor; border: 1px solid $defaultBorderColor; // vertical-align: middle; } /* Variations _________________________________________________________________ */ .icn-info { background-color: $blue; color: white; border: none; } .icn-error { background-color: $red; color: white; border: none; } .icn-success { border: none; background-color: $green; color: white; } .icn-warning { border: none; background-color: $yellow; color: white; }
Version data entries
14 entries across 14 versions & 1 rubygems