diff options
Diffstat (limited to 'src/_sidebar.scss')
-rw-r--r-- | src/_sidebar.scss | 30 |
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 | } |