Skip to content

Commit

Permalink
Move the indent to the text
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelina Konstantinova committed Apr 17, 2018
1 parent 2526f66 commit 65e840f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

width: 14px;
height: 14px;
margin-right: 5px;

&:after {
width: 15px;
Expand All @@ -75,6 +74,10 @@
transform: translateY(-5px);
}
}

:block(checkbox):elem(text) {
margin-left: 5px;
}
}

&:block(checkbox):mod(size l) {
Expand All @@ -87,7 +90,6 @@

width: 17px;
height: 17px;
margin-right: 7px;

&:after {
width: 18px;
Expand All @@ -96,6 +98,10 @@
transform: translateY(-7px);
}
}

:block(checkbox):elem(text) {
margin-left: 7px;
}
}

&:block(checkbox):mod(checked) {
Expand Down

0 comments on commit 65e840f

Please sign in to comment.