fix #3412 - align error messages on admin
parent
1f686848de
commit
2cdf9e5f35
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue