Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit c9ee4ae

Browse files
committed
feat: removed styles for sidebar
Styles for the sidebar are fully moved to the Navbar app.
1 parent 727091d commit c9ee4ae

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.22.1

src/reuse/global.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
:root {
2-
--mainMenuWidth: 244px;
3-
}
4-
51
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
62
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
73

@@ -11,13 +7,3 @@ body {
117
margin: 0;
128
padding: 0;
139
}
14-
15-
#single-spa-main {
16-
margin-left: 0;
17-
}
18-
19-
@media (min-width: 1024px) {
20-
#single-spa-main {
21-
margin-left: var(--mainMenuWidth);
22-
}
23-
}

0 commit comments

Comments
 (0)