lucca-front icon indicating copy to clipboard operation
lucca-front copied to clipboard

New "format corner" icons

Open shajz opened this issue 1 year ago • 0 comments

These rotated versions of icon-formatCornerUpLeft and icon-formatCornerUpRight are not available in LF

image 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);
  }
}

shajz avatar Oct 17 '23 13:10 shajz