Skip to content

Commit

Permalink
Adjust icon in umb-checkbox and ensure icon is centered
Browse files Browse the repository at this point in the history
(cherry picked from commit c49c536)
  • Loading branch information
bjarnef authored and nul800sebastiaan committed Sep 22, 2021
1 parent f776dbb commit 52f3350
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@

.icon,
.umb-icon {
font-size: 1.2rem;
font-size: 0.9rem;
line-height: 1;
}

&__state {
Expand All @@ -110,6 +111,8 @@

&__check {
display: flex;
align-items: center;
justify-content: center;
position: relative;
background: @white;
border: 1px solid @inputBorder;
Expand Down

0 comments on commit 52f3350

Please sign in to comment.