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