This commit is contained in:
Andy McKay 2015-07-13 10:56:59 -07:00
Родитель e7b88cf9fa
Коммит 05b91f811d
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -96,3 +96,10 @@ main {
text-align: right;
}
}
.app-error {
@include header-font();
color: $error-text-color;
margin-top: 50%;
text-align: center;
}