Adjust icon in umb-checkbox and ensure icon is centered

(cherry picked from commit c49c5369e3)
This commit is contained in:
Bjarne Fyrstenborg
2021-09-19 14:01:09 +02:00
committed by Sebastiaan Janssen
parent f776dbb616
commit 52f3350e76

View File

@@ -97,7 +97,8 @@
.icon,
.umb-icon {
font-size: 1.2rem;
font-size: 0.9rem;
line-height: 1;
}
&__state {
@@ -110,6 +111,8 @@
&__check {
display: flex;
align-items: center;
justify-content: center;
position: relative;
background: @white;
border: 1px solid @inputBorder;