Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy authored Jul 27, 2023
1 parent 89c43f6 commit f19bd41
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions input/css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -363,15 +363,15 @@ option {

.checkbox-checkmark-onoff {
min-height: 40px;
min-width: 80px;
min-width: 70px;
right: 5px;
}

.checkmark-onoff {
float: left;
box-sizing: border-box;
height: 35px;
width: 85px;
width: 70px;
padding: 4px;
margin-left: 15px;
background: var(--wow-input-bg);
Expand All @@ -383,8 +383,8 @@ option {

.checkmark-onoff .dot {
float: left;
min-width: 26.5px;
min-height: 26.5px;
min-width: 26px;
min-height: 26px;
background: var(--wow-bg);
border-radius: var(--wow-border-radius);
border: 1px solid var(--wow-border);
Expand All @@ -398,7 +398,7 @@ option {
}

.checkmark-onoff-checked .dot {
margin-left: 35px;
margin-left: 25px;
background: var(--wow-accent);
border: 1px solid var(--wow-accent);
transform: rotate(180deg);
Expand Down

0 comments on commit f19bd41

Please sign in to comment.