Skip to content

Commit

Permalink
round shit again.
Browse files Browse the repository at this point in the history
  • Loading branch information
codingneko committed Nov 2, 2023
1 parent 9a73e98 commit e38b9cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
*/

:root {
--radius-xs: 5px;
--radius-sm: 5px;
--radius: 5px;
--radius-md: 5px;
--radius-lg: 5px;
--radius-xl: 5px;
--radius-ellipse: 5px;
--radius-full: 5px;
--radius-xs: 4px;
--radius-sm: 8px;
--radius: 12px;
--radius-md: 16px;
--radius-lg: 24px;
--radius-xl: 32px;
--radius-ellipse: 999px;
--radius-full: 100%;

--marginFull: 16px;
--marginHalf: 10px;
Expand Down

0 comments on commit e38b9cb

Please sign in to comment.