Skip to content

Commit

Permalink
fix: положение чекбокса и радиокнопок
Browse files Browse the repository at this point in the history
  • Loading branch information
shtirlizc committed Jul 26, 2021
1 parent 9a87720 commit e01b3c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/Checkbox/Checkbox.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.root {
--side: 16px;
--icon-top: 0;
--icon-top: -1px;
--icon-left: 0;
--border: 1px solid #6b7f91;

Expand Down Expand Up @@ -59,7 +59,7 @@
border-right-style: none;
transform: rotate(-45deg) scale(0);
left: 3px;
top: 4px;
top: 3px;
transition: transform 0.2s ease-in-out;
}

Expand Down
4 changes: 2 additions & 2 deletions src/components/Radio/Radio.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.root {
--side: 16px;
--icon-top: 0;
--icon-top: -1px;
--icon-left: 0;
--border: 1px solid #6b7f91;

Expand Down Expand Up @@ -58,7 +58,7 @@
background-color: #2c343c;
transform: scale(0);
left: 3px;
top: 3px;
top: 2px;
transition: transform 0.2s ease-in-out;
}

Expand Down

0 comments on commit e01b3c8

Please sign in to comment.