Skip to content
This repository was archived by the owner on Aug 25, 2020. It is now read-only.

Commit 59f26bf

Browse files
committed
fix: restore ui-toggle styling
1 parent 6aee222 commit 59f26bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/ui/src/lib/ui-toggle/ui-toggle/ui-toggle.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
:host {
2-
--boxSize: 40px;
3-
--borderWidth: 1px;
42
clip: rect(0 0 0 0);
53
clip-path: inset(100%);
64
height: 1px;
@@ -11,6 +9,8 @@
119
}
1210

1311
.toggle {
12+
--boxSize: 40px;
13+
--borderWidth: 1px;
1414
cursor: pointer;
1515
margin-left: calc(var(--boxSize) + 8px);
1616
position: relative;

0 commit comments

Comments
 (0)