Skip to content

Commit af0ac37

Browse files
committed
refactor(variables.scss): replace spacing px values by rem
1 parent 10d6e0f commit af0ac37

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

frontend/.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"useFeatureFlag",
6666
"useNotificationsOverviewStore",
6767
"useWindowSize",
68+
"variables.scss",
6869
"vscode"
6970
],
7071
"editor.codeActionsOnSave": {

frontend/assets/css/variables.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
--navbar-height: 50px;
55
--navbar2-height: 56px;
66

7-
--padding-xl: 32px;
8-
--padding-large: 20px;
9-
--padding-medium: 15px;
10-
--padding: 10px;
11-
--padding-small: 5px;
12-
--padding-tiny: 2px;
13-
--padding-line: 1px;
7+
--padding-xl: 2rem;
8+
--padding-large: 1.25rem;
9+
--padding-medium: 1rem;
10+
--padding: 0.5rem;
11+
--padding-small: 0.25rem;
12+
--padding-tiny: 0.125rem;
13+
--padding-line: 0.0625rem;
1414

1515
--content-width: 1360px;
1616
--content-margin: var(--padding-large);

0 commit comments

Comments
 (0)