Sha256: 8321340c461d892bdd75e24c9b2e487e355ed6b112b090c95246cc2ceecd887e
Contents?: true
Size: 1.02 KB
Versions: 51
Compression:
Stored size: 1.02 KB
Contents
@import "mixins/components.alerts"; .c-alerts { display: block; position: absolute; width: $alerts-width; max-height: 100%; background-color: $alerts-background-color; z-index: $alerts-z-index; overflow-y: auto; } .c-alerts--topleft { top: $alerts-margin; left: $alerts-margin; } .c-alerts--topright { top: $alerts-margin; right: $alerts-margin; } .c-alerts--bottomleft { bottom: 0; left: $alerts-margin; } .c-alerts--bottomright { right: $alerts-margin; bottom: 0; } .c-alert { @include alert-color; position: relative; margin: $alert-margin; padding: $alert-padding; border-radius: $alert-border-radius; } .c-alert--brand { @include alert-color($alert-brand-background-color); } .c-alert--info { @include alert-color($alert-info-background-color); } .c-alert--warning { @include alert-color($alert-warning-background-color); } .c-alert--success { @include alert-color($alert-success-background-color); } .c-alert--error { @include alert-color($alert-error-background-color); }
Version data entries
51 entries across 51 versions & 3 rubygems