Commit 25992924 authored by samdbeckham's avatar samdbeckham

Sets the colors and link colors in alerts/notices

parent d79e20e8
...@@ -160,11 +160,6 @@ table { ...@@ -160,11 +160,6 @@ table {
} }
} }
.alert-warning,
.alert-warning .alert-link {
color: $white-light;
}
// Polyfill deprecated selectors // Polyfill deprecated selectors
.hidden { .hidden {
...@@ -267,13 +262,20 @@ pre code { ...@@ -267,13 +262,20 @@ pre code {
.alert-danger { .alert-danger {
background-color: $red-500; background-color: $red-500;
border-color: $red-500; border-color: $red-500;
}
.alert-warning,
.alert-danger,
.flash-notice {
color: $white-light; color: $white-light;
h4 { h4,
a,
.alert-link {
color: $white-light; color: $white-light;
} }
} }
input[type=color].form-control { input[type=color].form-control {
height: $input-height; height: $input-height;
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment