mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2547294353
[web] Implement highlighted column based on hardcoded column id on new plans page table GitOrigin-RevId: 241913c81670ea158f436c29060bd9e1836ed4fc
9 lines
274 B
Text
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;
|