fix #3412 - align error messages on admin

stable
Juanfran 2015-10-30 13:40:09 +01:00
parent 1f686848de
commit 2cdf9e5f35
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,16 @@
.admin-attributes {
.admin-attributes-section {
margin-bottom: 2rem;
.checksley-error-list {
height: 0;
position: relative;
li {
@extend %light;
background: rgba($red, .7);
position: absolute;
width: 100%;
}
}
}
}