CSR-317: fix style to be 2.5px width
This commit is contained in:
parent
6198666ded
commit
e20e663dbe
1 changed files with 3 additions and 2 deletions
|
|
@ -6,10 +6,10 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 0;
|
width: 0;
|
||||||
&:focus-visible + label {
|
&:focus-visible + label {
|
||||||
box-shadow: 0 0 0 2px $blue;
|
box-shadow: 0 0 0 2.5px $blue inset;
|
||||||
}
|
}
|
||||||
&:focus + label {
|
&:focus + label {
|
||||||
box-shadow: 0 0 0 2px $blue;
|
box-shadow: 0 0 0 2.5px $blue inset;
|
||||||
}
|
}
|
||||||
&:checked + label {
|
&:checked + label {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
@ -29,6 +29,7 @@
|
||||||
border-radius: $border-radius-lg;
|
border-radius: $border-radius-lg;
|
||||||
border: 1px solid $gray-500;
|
border: 1px solid $gray-500;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
box-shadow: 0 0 0 4px $blue-100;
|
box-shadow: 0 0 0 4px $blue-100;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue