Adds styles for too much anonymous comments

This commit is contained in:
Alberto Garcia Cabeza
2015-08-22 11:33:29 +02:00
committed by Juanjo Bazán
parent 872a23443b
commit 57e373a7cf
4 changed files with 16 additions and 0 deletions

View File

@@ -773,6 +773,12 @@ form {
background-color: $warning-bg;
border-color: $warning-border;
color: $warning-color;
a {
color: $warning-color;
font-weight: bold;
text-decoration: underline;
}
}
&.alert {