error styling updates, method colors added

This commit is contained in:
Minasokoni
2017-03-19 12:21:15 -07:00
parent 9409320009
commit bece956ad5
2 changed files with 21 additions and 1 deletions

View File

@@ -9,13 +9,18 @@
border-radius: 4px;
background: rgba($_color-delete, .1);
.error-wrapper
{
margin: 0 0 10px 0;
}
.errors
{
h4
{
font-size: 14px;
margin: 0 0 10px 0;
margin: 0;
@include text_code();
}