Sha256: de7c024f2f1f5f2fefab6535270743563ff750cdc524432f3a57b5058533800f
Contents?: true
Size: 534 Bytes
Versions: 8
Compression:
Stored size: 534 Bytes
Contents
@each $color, $value in $colors { @include bg-variant(".bg-#{$color}", $value); .text-#{$color} { color: $value !important; } } .icon { color: $text-muted !important; i { vertical-align: -1px; } @at-root a#{&} { text-decoration: none; cursor: pointer; &:hover { color: $body-color !important; } } } .o-auto { overflow: auto !important; } .o-hidden { overflow: hidden !important; } .shadow { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important; } .shadow-none { box-shadow: none !important; }
Version data entries
8 entries across 8 versions & 2 rubygems