summaryrefslogtreecommitdiffstats
path: root/src/_sidebar.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-12-09 22:35:52 +0100
committerVolpeon <git@volpeon.ink>2024-12-09 22:35:52 +0100
commit4b9a93628683410c81bb359682ac6b13c94d73ed (patch)
treed2d3e023a68ba7d5c4b6a588cd5c07c1724364aa /src/_sidebar.scss
parentUpdate (diff)
downloadfurbase-design-2024-4b9a93628683410c81bb359682ac6b13c94d73ed.tar.gz
furbase-design-2024-4b9a93628683410c81bb359682ac6b13c94d73ed.tar.bz2
furbase-design-2024-4b9a93628683410c81bb359682ac6b13c94d73ed.zip
Update
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r--src/_sidebar.scss30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/_sidebar.scss b/src/_sidebar.scss
index d220678..3d1689a 100644
--- a/src/_sidebar.scss
+++ b/src/_sidebar.scss
@@ -28,5 +28,35 @@
28 } 28 }
29 } 29 }
30 } 30 }
31
32 a {
33 &:hover {
34 text-decoration: underline;
35 }
36 }
37 }
38
39 @media screen and (min-width: 545px) and (max-width: 1024px) {
40 .boxesSidebarLeft{
41 margin-inline-end: 0;
42 }
43
44 .boxesSidebarRight {
45 margin-inline-start: 0;
46 }
47
48 .boxesSidebarLeft, .boxesSidebarRight {
49 .box {
50 border-radius: 0;
51
52 &:not(:first-child) {
53 padding-start: 20px 10px;
54
55 &::before {
56 display: none;
57 }
58 }
59 }
60 }
31 } 61 }
32} 62}