lucca-front
lucca-front copied to clipboard
New "format corner" icons
These rotated versions of icon-formatCornerUpLeft
and icon-formatCornerUpRight
are not available in LF
Figma link : https://www.figma.com/file/alAvrHFhbx4BVIHkIeb6oH/Export-comptable---Admin---Achats?type=design&node-id=4396-172850&mode=design&t=kWUmWlMmMpgNnfwe-4
I get by for now with this bit of scss (in a dropdown), but it would be nice to have them available
.lu-dropdown-options-item-action {
.lucca-icon.icon-formatCornerUpLeft {
transform: rotate(90deg);
}
.lucca-icon.icon-formatCornerUpRight {
transform: rotate(90deg);
}
}