summaryrefslogtreecommitdiffstats
path: root/src/_sidebar.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-12-10 17:12:20 +0100
committerVolpeon <git@volpeon.ink>2024-12-10 17:12:20 +0100
commita9888043fcd37389e1e14e65eb2b3ab7b4a708bb (patch)
tree24da08a3f54627641adb9102267a02ebfcbff435 /src/_sidebar.scss
parentRefactoring (diff)
downloadfurbase-design-2024-a9888043fcd37389e1e14e65eb2b3ab7b4a708bb.tar.gz
furbase-design-2024-a9888043fcd37389e1e14e65eb2b3ab7b4a708bb.tar.bz2
furbase-design-2024-a9888043fcd37389e1e14e65eb2b3ab7b4a708bb.zip
Dark mode mainly
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r--src/_sidebar.scss16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss
index b8cfc32..e200106 100644
--- a/src/_sidebar.scss
+++ b/src/_sidebar.scss
@@ -4,14 +4,6 @@
4@use 'common'; 4@use 'common';
5 5
6@mixin styles { 6@mixin styles {
7 .boxesSidebarLeft{
8 margin-inline-end: 30px;
9 }
10
11 .boxesSidebarRight {
12 margin-inline-start: 30px;
13 }
14
15 .boxesSidebarLeft, .boxesSidebarRight { 7 .boxesSidebarLeft, .boxesSidebarRight {
16 .box { 8 .box {
17 border-radius: 0; 9 border-radius: 0;
@@ -46,14 +38,6 @@
46 } 38 }
47 39
48 @media screen and (max-width: 1024px) { 40 @media screen and (max-width: 1024px) {
49 .boxesSidebarLeft{
50 margin-inline-end: 0;
51 }
52
53 .boxesSidebarRight {
54 margin-inline-start: 0;
55 }
56
57 .boxesSidebarLeft, .boxesSidebarRight { 41 .boxesSidebarLeft, .boxesSidebarRight {
58 .box { 42 .box {
59 border-radius: 0; 43 border-radius: 0;