Skip to content

Commit 43b29d9

Browse files
committed
Merge branch 'frontend-cleanup-css-II'
2 parents efc3f97 + ec121d9 commit 43b29d9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

frontends/web/src/components/sidebar/sidebar.module.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
.sidebarHeaderContainer {
8282
margin-top: var(--sidebar-margin);
83-
margin-bottom: var(--sidebar-header-size);
83+
margin-bottom: 12px;
8484
padding: 0 var(--sidebar-margin);
8585
display: flex;
8686
flex-direction: row;
@@ -93,8 +93,8 @@
9393
}
9494

9595
.sidebarHeader {
96-
font-size: var(--sidebar-header-size);
97-
line-height: var(--sidebar-header-line-height);
96+
font-size: 12px;
97+
line-height: 1.3333;
9898
color: var(--color-secondary);
9999
}
100100

frontends/web/src/style/variables.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282
--sidebar-item-height: 52px;
8383
--sidebar-icon-margin: 14px;
8484
--sidebar-icon-size: 24px;
85-
--sidebar-header-size: 12px;
86-
--sidebar-header-line-height: 16px;
8785

8886
/* header */
8987
--header-height: 70px;

0 commit comments

Comments
 (0)