Sha256: 167a2f217c57014dae407c7287cbe7fc390942d697604f72627572f594d426a3
Contents?: true
Size: 866 Bytes
Versions: 10
Compression:
Stored size: 866 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; } .button_to { display: inline-block; }
Version data entries
10 entries across 10 versions & 1 rubygems