CSS compile

This commit is contained in:
Andy Miller
2018-03-10 14:10:51 -07:00
parent 51482313b3
commit cd8a0ac773
5 changed files with 5 additions and 153 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1022,10 +1022,6 @@ form {
background: $update-bg;
color: $update-text;
&.alert {
border-bottom: 2px solid darken($update-bg, 5%);
}
a {
color: darken($update-text, 10%);
&:hover {
@@ -1046,10 +1042,6 @@ form {
background: $notice-bg;
color: $notice-text;
&.alert {
border-bottom: 2px solid darken($notice-bg, 5%);
}
a {
color: darken($notice-text, 10%);
&:hover {
@@ -1070,10 +1062,6 @@ form {
background: $critical-bg;
color: $critical-text;
&.alert {
border-bottom: 2px solid darken($critical-bg, 5%);
}
a {
color: darken($critical-text, 10%);
&:hover {