TRI-293: add custom and mover handler + mover page poster

This commit is contained in:
2024-12-21 22:24:15 +03:00
parent 6044b302bb
commit b867ab7d02
15 changed files with 607 additions and 102 deletions

View File

@@ -1,3 +1,4 @@
@import "variables";
.cargo {
&--inline {
@@ -28,6 +29,13 @@
border-color: var(--brand-primary);
}
}
&:disabled {
+ label {
color: var(--brand-grey3);
cursor: not-allowed;
}
}
}
&__label {