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 e12b96f commit df99a8eCopy full SHA for df99a8e
src/css/components/4_pages/api-page.css
@@ -40,7 +40,6 @@
40
.active-group .list-group {
41
max-height: 100%;
42
visibility: visible;
43
- border-left: 1px solid #ddd;
44
@apply mt-2 mb-4 ml-2 pl-2;
45
}
46
@@ -50,7 +49,7 @@
50
49
51
52
.active-group .list-group li {
53
- @apply my-2;
+ @apply py-3;
54
55
56
.caret {
@@ -134,7 +133,7 @@
134
133
135
.sidemenu-button {
136
width: 100%;
137
- padding: 6px 10px;
+ padding: 10px;
138
/* margin: 0 6px; */
139
text-align: left;
140
display: flex;
@@ -239,6 +238,14 @@
239
238
box-shadow: none;
240
background-color: none;
241
+
242
+ .active-group .list-group {
243
+ border-left: 1px solid #ddd;
244
+ }
245
246
+ .active-group .list-group li {
247
+ @apply py-2;
248
249
250
251
@screen lg {
0 commit comments