Sha256: 35e96103fec3030847afd9135dd252b7f4b7a2967ae88d25034a3a0babf44ed2
Contents?: true
Size: 775 Bytes
Versions: 3
Compression:
Stored size: 775 Bytes
Contents
@import "stylesheets/decidim/admin/variables"; @import "stylesheets/decidim/utils/fontface"; @import "stylesheets/decidim/admin/utils/settings"; #notifications { position: fixed; top: 80px; right: 50px; max-width: 50%; z-index: 100000; display: none; box-shadow: 0 0 10px rgba(0, 0, 0, .5); font-family: $body-font-family; font-weight: $global-weight-normal; line-height: $global-lineheight; color: $body-font-color; border: 1px solid rgba($black, .25); border-radius: 5px; padding: 1rem; background: scale-color($success-color, $lightness: 75%); text-shadow: 0 0 8px #fff; background-color: var(--notifications-color-rgba); &.show { display: block; } &.alert { background: scale-color($alert-color, $lightness: 75%); } }
Version data entries
3 entries across 3 versions & 1 rubygems