We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c176e commit aad0dd4Copy full SHA for aad0dd4
components/sidebar-item/sidebar-item-style.scss
@@ -2,10 +2,12 @@
2
@import 'functions';
3
4
.sidebar-item {
5
+ position: relative;
6
font-size: getFontSize(-1);
7
margin-bottom: 0.75em;
8
9
&__title {
10
+ padding-right: 15px;
11
font-weight: 400;
12
text-decoration: none;
13
color: inherit;
@@ -16,7 +18,8 @@
16
18
}
17
19
20
&__toggle {
- float: right;
21
+ position: absolute;
22
+ right: 0;
23
line-height: 1.5;
24
cursor: pointer;
25
color: getColor(dusty-grey);
@@ -76,4 +79,4 @@
76
79
display: none;
77
80
78
81
-}
82
+}
0 commit comments