CMS BS5 migration - Adding the left spacing to the labels next to checkbox (#20780)

* adding left-margin for the checkbox-label

* moving the styling to appropriate file and making it more generic

GitOrigin-RevId: 66484344891c77f6d31147ef7d0e0d55987a8445
This commit is contained in:
Davinder Singh
2024-10-07 09:47:43 +01:00
committed by Copybot
parent 9a55ed212e
commit 5746683bfe

View File

@@ -179,4 +179,8 @@
@include body-sm;
}
.checkbox-label {
margin-left: var(--spacing-04);
}
}