Sha256: cf1ca71b14ba0cb1fb89b30c6e4def95ac12363bd75f5bba89558aaa053bf6ef
Contents?: true
Size: 825 Bytes
Versions: 5
Compression:
Stored size: 825 Bytes
Contents
.row { padding: 0 0 15px 0; } .card { overflow: hidden; } .is-hidden { display: none; } .tooltip{ pointer-events: none; z-index: $zindex-dropdown; } // No-margin and no-padding helper classes @each $side in top bottom left right { .no-margin-#{$side} { margin-#{side}: 0; } .no-padding-#{$side} { padding-#{side}: 0; } } .alert-error { @extend .alert-danger; } .js-remove-promo-rule-option-value { color: $primary !important; &:hover { color: darken($primary, 10) !important; } } .flash-alert { z-index: 0; opacity: 0; bottom: -50px; left:0; right:0; .alert { z-index: 500; opacity: 0.98; border-width: 3px; margin-bottom: 0; } } .flash-alert.animate__animated { opacity: 1; bottom: 30px; } .resize-animation-stopper * { transition: none !important; }
Version data entries
5 entries across 5 versions & 1 rubygems