Skip to content

Commit 52f3350

Browse files
bjarnefnul800sebastiaan
authored andcommitted
Adjust icon in umb-checkbox and ensure icon is centered
(cherry picked from commit c49c536)
1 parent f776dbb commit 52f3350

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Umbraco.Web.UI.Client/src/less/components/umb-form-check.less

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797

9898
.icon,
9999
.umb-icon {
100-
font-size: 1.2rem;
100+
font-size: 0.9rem;
101+
line-height: 1;
101102
}
102103

103104
&__state {
@@ -110,6 +111,8 @@
110111

111112
&__check {
112113
display: flex;
114+
align-items: center;
115+
justify-content: center;
113116
position: relative;
114117
background: @white;
115118
border: 1px solid @inputBorder;

0 commit comments

Comments
 (0)