Define a variable to reuse a value

Change-Id: I2d9c62f5920bf82f564bd01a38a213e7a95b0205
This commit is contained in:
Ebrahim Byagowi 2024-10-06 12:34:27 +03:30
parent 3684f26994
commit bd4efc18ee

View file

@ -84,9 +84,11 @@
.user-select( none );
}
@arrow-size: 14px;
.expandable-arrow( @param-color ) {
.cdx-mixin-css-icon(
@cdx-icon-down-triangle, @param-color, 14px,
@cdx-icon-down-triangle, @param-color, @arrow-size,
false, center, text-top
);
}
@ -132,7 +134,7 @@
}
.CategoryTreePageBullet {
margin-left: 14px;
width: @arrow-size;
}
.CategoryTreeLabelPage {