parent
b8015d5ba1
commit
27515c2a2e
1 changed files with 12 additions and 10 deletions
|
@ -1098,7 +1098,14 @@ th.align-right {
|
||||||
box-shadow: 0 0 0 2px hsl(201,62%,90%);
|
box-shadow: 0 0 0 2px hsl(201,62%,90%);
|
||||||
color: hsl(200,71%,59%);
|
color: hsl(200,71%,59%);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+ .label-text {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkbox-replacement {
|
||||||
&:indeterminate {
|
&:indeterminate {
|
||||||
~ .icon-checked,
|
~ .icon-checked,
|
||||||
~ .icon-unchecked {
|
~ .icon-unchecked {
|
||||||
|
@ -1108,11 +1115,6 @@ th.align-right {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
+ .label-text {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-replacement {
|
.radio-replacement {
|
||||||
|
|
Loading…
Reference in a new issue