diff --git a/src/styles/types/type-error.scss b/src/styles/types/type-error.scss index 1078fe03..31bfd3a9 100644 --- a/src/styles/types/type-error.scss +++ b/src/styles/types/type-error.scss @@ -1,6 +1,6 @@ // NOTIFIER: ERROR TYPE STYLES -$notifier-error-background-color: #BF4654; +$notifier-error-background-color: #D9534F; $notifier-error-font-color: #FFF; $notifier-error-icon-color: #FFF; diff --git a/src/styles/types/type-info.scss b/src/styles/types/type-info.scss index fcf192ca..3347eb1c 100644 --- a/src/styles/types/type-info.scss +++ b/src/styles/types/type-info.scss @@ -1,6 +1,6 @@ // NOTIFIER: INFO TYPE STYLES -$notifier-info-background-color: #2B90D9; +$notifier-info-background-color: #5BC0DE; $notifier-info-font-color: #FFF; $notifier-info-icon-color: #FFF; diff --git a/src/styles/types/type-success.scss b/src/styles/types/type-success.scss index a5e3a7b5..ee93429f 100644 --- a/src/styles/types/type-success.scss +++ b/src/styles/types/type-success.scss @@ -1,6 +1,6 @@ // NOTIFIER: SUCCESS TYPE STYLES -$notifier-success-background-color: #A08E5D; +$notifier-success-background-color: #5CB85C; $notifier-success-font-color: #FFF; $notifier-success-icon-color: #FFF; diff --git a/src/styles/types/type-warning.scss b/src/styles/types/type-warning.scss index 91e3a833..6fc46e1b 100644 --- a/src/styles/types/type-warning.scss +++ b/src/styles/types/type-warning.scss @@ -1,6 +1,6 @@ // NOTIFIER: WARNING TYPE STYLES -$notifier-warning-background-color: #CCA757; +$notifier-warning-background-color: #F0AD4E; $notifier-warning-font-color: #FFF; $notifier-warning-icon-color: #FFF;