Fix the rounded corner on the clock
This commit is contained in:
parent
ff5492f201
commit
1d982c38dc
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@
|
|||
#{$child_class} {
|
||||
transition-duration: 150ms;
|
||||
border: 3px solid transparent;
|
||||
border-radius: 99px;
|
||||
border-radius: $border_radius;
|
||||
}
|
||||
|
||||
&:active, &:focus, &:checked {
|
||||
|
|
Loading…
Reference in a new issue