Sha256: 0a6544f85b4516e2f855620181508f57207abe5a784ba471ae591bc1e8c17938
Contents?: true
Size: 598 Bytes
Versions: 13
Compression:
Stored size: 598 Bytes
Contents
.banner { display: flex; align-items: center; justify-content: center; width: 100%; padding: 12px; margin-bottom: 1rem; font-weight: $font-weight-bold; text-align: center; &.warning { color: $dark; background-color: $warning; .ic { color: $dark; } } &.error { color: $white; background-color: $danger; .ic { color: $white; } } } .banner-icon, .banner-text { display: inline-block; padding-right: 8px; } .banner-link { display: inline-block; text-decoration: underline; cursor: pointer; a { color: inherit; } }
Version data entries
13 entries across 13 versions & 1 rubygems