chore(): update disallowed list for label

This commit is contained in:
Liam DeBeasi
2021-07-20 13:12:27 -04:00
parent d749d583e7
commit b6cfc05b1f

View File

@ -20,17 +20,17 @@
:host(.label-stacked),
:host(.label-floating) {
@include margin(0, 0, 0, 0);
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
transform-origin: top left;
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
z-index: 3;
}
:host(.label-stacked.label-rtl),
:host(.label-floating.label-rtl) {
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
transform-origin: top right;
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
}
:host(.label-stacked) {
@ -86,15 +86,15 @@
}
&::before {
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
left: calc(-1 * #{$item-md-fill-outline-label-padding});
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
}
&::after {
/* stylelint-disable property-blacklist */
/* stylelint-disable property-disallowed-list */
right: calc(-1 * #{$item-md-fill-outline-label-padding});
/* stylelint-enable property-blacklist */
/* stylelint-enable property-disallowed-list */
}
}