Sha256: 90056b02e72c4c6b95a4c96432d70d42a66828150c8a76eb8475f9cf410b6c7e
Contents?: true
Size: 797 Bytes
Versions: 13
Compression:
Stored size: 797 Bytes
Contents
.notice_notification{ padding: $base-padding*2 $base-padding*3 $base-padding*2 $base-padding*3; background-color: $brand-blue-insurance; color: $white; } .error_notification{ @extend .notice_notification; background-color: $brand-red; } //Status error classes .orange-warning-icon{ @extend .fa; @extend .fa-exclamation-circle; @extend .orange-text; } .white-warning-icon{ @extend .fa; @extend .fa-exclamation-circle; @extend .white-text; } .green-active-icon{ @extend .fa; @extend .fa-check-circle; @extend .green-text; } .white-active-icon{ @extend .fa; @extend .fa-check-circle; @extend .white-text; } .status-icon{ font-size: 2rem !important; //needs important to overwrite the .fa font size text-align: center; margin: 0 auto; display: block; }
Version data entries
13 entries across 13 versions & 1 rubygems