ext.uls.mixins: Use LESS variables from skin

Bug: T332541
Change-Id: If431b51615aa492b32a7707acc4946212d644971
This commit is contained in:
Abijeet
2023-05-04 10:27:22 +05:30
committed by jenkins-bot
parent 461df94778
commit 9b3fb0cc4e

View File

@@ -22,7 +22,7 @@
&::after {
/* @noflip */
border-left: 10px @border-style-base #fff;
border-left: 10px @border-style-base @border-color-inverted;
/* @noflip */
right: -10px;
}
@@ -38,7 +38,7 @@
&::after {
/* @noflip */
border-right: 10px @border-style-base #fff;
border-right: 10px @border-style-base @border-color-inverted;
/* @noflip */
left: -10px;
}