Adjust icon in umb-checkbox and ensure icon is centered
(cherry picked from commit c49c5369e3)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
f776dbb616
commit
52f3350e76
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user