Minor changes on lightboxes css.
parent
79ca84c083
commit
6a3622ad15
|
@ -103,13 +103,13 @@
|
||||||
border: 1px solid $fresh-taiga;
|
border: 1px solid $fresh-taiga;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
&.selected {
|
||||||
.requirement-selected {
|
|
||||||
@include transition(all .2s ease-in);
|
@include transition(all .2s ease-in);
|
||||||
background: $green-taiga;
|
background: $green-taiga;
|
||||||
border: 1px solid $green-taiga;
|
border: 1px solid $green-taiga;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.blocked {
|
.blocked {
|
||||||
&:hover {
|
&:hover {
|
||||||
@include transition(all .2s ease-in);
|
@include transition(all .2s ease-in);
|
||||||
|
@ -117,13 +117,13 @@
|
||||||
border: 1px solid $red-light;
|
border: 1px solid $red-light;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
&.selected {
|
||||||
.blocked-selected {
|
|
||||||
@include transition(all .2s ease-in);
|
@include transition(all .2s ease-in);
|
||||||
background: $red;
|
background: $red;
|
||||||
border: 1px solid $red;
|
border: 1px solid $red;
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue