overleaf/services/web/frontend/stylesheets/variables/border-radius.less
Jessica Lawshe 2547294353 Merge pull request #18909 from overleaf/mf-new-plans-page-table-highlighted-column
[web] Implement highlighted column based on hardcoded column id on new plans page table

GitOrigin-RevId: 241913c81670ea158f436c29060bd9e1836ed4fc
2024-06-24 12:03:24 +00:00

9 lines
274 B
Text

// TODO: Convert all of the border-radius usage to the new values
@border-radius-small: 2px;
@border-radius-base: 3px;
@border-radius-large: 5px;
@border-radius-base-new: 4px;
@border-radius-medium-new: 8px;
@border-radius-large-new: 16px;
@border-radius-full-new: 9999px;