make it banner as per suggestion

This commit is contained in:
Andy McKay 2015-07-17 14:19:10 -07:00
Родитель a81aaa1b00
Коммит b8e9a032ff
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -107,9 +107,8 @@
}
}
.error {
.banner {
@include font();
background: $error-background-color;
border-radius: $small-border-radius;
color: $message-text-color;
font-size: $medium-font;
@ -120,6 +119,10 @@
line-height: 1.5em;
}
.disabled {
background: $button-background-disabled-color;
}
.footer {
background: $baby-blue;
padding: 20px 40px 20px 40px;