Skip to content

Commit 18eb1d2

Browse files
sarahsgaitsdevdom
authored andcommitted
style(type-colors): Use bootstrap colors for notification types
- Use the bootstrap color schema for notification type background coloring Closes #11.
1 parent a1408b3 commit 18eb1d2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/styles/types/type-error.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTIFIER: ERROR TYPE STYLES
22

3-
$notifier-error-background-color: #BF4654;
3+
$notifier-error-background-color: #D9534F;
44
$notifier-error-font-color: #FFF;
55
$notifier-error-icon-color: #FFF;
66

src/styles/types/type-info.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTIFIER: INFO TYPE STYLES
22

3-
$notifier-info-background-color: #2B90D9;
3+
$notifier-info-background-color: #5BC0DE;
44
$notifier-info-font-color: #FFF;
55
$notifier-info-icon-color: #FFF;
66

src/styles/types/type-success.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTIFIER: SUCCESS TYPE STYLES
22

3-
$notifier-success-background-color: #A08E5D;
3+
$notifier-success-background-color: #5CB85C;
44
$notifier-success-font-color: #FFF;
55
$notifier-success-icon-color: #FFF;
66

src/styles/types/type-warning.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTIFIER: WARNING TYPE STYLES
22

3-
$notifier-warning-background-color: #CCA757;
3+
$notifier-warning-background-color: #F0AD4E;
44
$notifier-warning-font-color: #FFF;
55
$notifier-warning-icon-color: #FFF;
66

0 commit comments

Comments
 (0)