Fixed console errors CSS bullshit
parent
2f9fa8a6ab
commit
2b653c2923
|
@ -34,11 +34,11 @@ textarea {
|
|||
}
|
||||
|
||||
.checksley-error-list {
|
||||
@extend %small;
|
||||
margin-bottom: 0;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 2rem;
|
||||
font-size: .8rem;
|
||||
top: 10px;
|
||||
li {
|
||||
color: $red;
|
||||
padding: .2rem;
|
||||
|
|
|
@ -59,8 +59,8 @@
|
|||
}
|
||||
.status-wip-limit {
|
||||
max-width: 130px;
|
||||
text-align: center;
|
||||
padding: 0 0 0 10px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.row-edit {
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
width: 100%;
|
||||
}
|
||||
}
|
||||
&.submit {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
.submit {
|
||||
width: 50%;
|
||||
}
|
||||
label {
|
||||
@extend %title;
|
||||
|
|
Loading…
Reference in New Issue