Fix iocaine button when adding new task
parent
371b50c81e
commit
25c7178992
|
@ -57,10 +57,14 @@
|
||||||
}
|
}
|
||||||
.requirement,
|
.requirement,
|
||||||
.iocaine {
|
.iocaine {
|
||||||
|
vertical-align: middle;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: $primary-light;
|
background: $primary-light;
|
||||||
border: 1px solid $primary;
|
border: 1px solid $primary;
|
||||||
}
|
}
|
||||||
|
svg {
|
||||||
|
@include svg-size(.75rem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocked {
|
.blocked {
|
||||||
|
|
|
@ -61,11 +61,11 @@ input[type="date"],
|
||||||
input[type="password"],
|
input[type="password"],
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
background: $whitish;
|
background: lighten($whitish, 6%);
|
||||||
border-color: $gray-light;
|
border-color: $gray-light;
|
||||||
color: $grayer;
|
color: $grayer;
|
||||||
@include placeholder {
|
@include placeholder {
|
||||||
color: darken($gray-light, 10%);
|
color: lighten($gray-light, 10%);
|
||||||
}
|
}
|
||||||
&.checksley-error {
|
&.checksley-error {
|
||||||
border: 1px solid $red;
|
border: 1px solid $red;
|
||||||
|
|
Loading…
Reference in New Issue