Sha256: 44839318020a9c8d7e355e29370a8fd8c3a589bb2208d4bed5decbc088eff1ac
Contents?: true
Size: 696 Bytes
Versions: 4
Compression:
Stored size: 696 Bytes
Contents
// Toasts .toast { @include toast-variant($dark-color); border: $border-width solid $dark-color; border-radius: $border-radius; color: $light-color; display: block; padding: $layout-spacing; width: 100%; &.toast-primary { @include toast-variant($primary-color); } &.toast-success { @include toast-variant($success-color); } &.toast-warning { @include toast-variant($warning-color); } &.toast-error { @include toast-variant($error-color); } a { color: $light-color; text-decoration: underline; &:focus, &:hover, &:active, &.active { opacity: .75; } } .btn-clear { margin: 2px -2px 2px 4px; } }
Version data entries
4 entries across 4 versions & 1 rubygems