File tree Expand file tree Collapse file tree 4 files changed +28
-22
lines changed Expand file tree Collapse file tree 4 files changed +28
-22
lines changed Original file line number Diff line number Diff line change 42
42
margin-bottom : $content-padding-y-md - $card-margin-bottom ;
43
43
44
44
45
- @include media (xl) {
45
+ @include media-up (xl) {
46
46
margin-bottom : $content-padding-y-xl - $card-margin-bottom ;
47
47
}
48
48
Original file line number Diff line number Diff line change 5
5
.card {
6
6
box-shadow : none ;
7
7
}
8
-
8
+
9
9
margin-bottom : $card-margin-bottom ;
10
10
border-radius : 0 ;
11
11
border : none ;
43
43
padding : 0.5rem $card-padding-x ;;
44
44
45
45
46
- @include media (xl) {
46
+ @include media-up (xl) {
47
47
padding : 0.5rem $card-padding-x-xl ;
48
48
}
49
49
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $item-list-col-shrink: 3 !default;
14
14
margin : 0 ;
15
15
margin-bottom : 0 ;
16
16
line-height : $item-list-line-height ;
17
-
17
+
18
18
@include media (lg) {
19
19
font-size : 1rem ;
20
20
}
@@ -149,7 +149,7 @@ $item-list-col-shrink: 3 !default;
149
149
font-size : 0.9rem ;
150
150
display : none ;
151
151
color : #666 ;
152
- font-weight : 700 ;
152
+ font-weight : 700 ;
153
153
padding-right : $item-list-padding-x ;
154
154
155
155
@include media-down (sm) {
@@ -378,11 +378,11 @@ $item-list-col-shrink: 3 !default;
378
378
.card > .item-list .item > .item-row {
379
379
padding : 0 $card-padding-x ;
380
380
381
- @include media (xl) {
381
+ @include media-up (xl) {
382
382
padding : 0 $card-padding-x-xl ;
383
383
}
384
384
385
385
@include media-down (sm) {
386
386
padding : 0 $card-padding-x-sm ;
387
387
}
388
- }
388
+ }
Original file line number Diff line number Diff line change 87
87
background-color : $sidebar-color-secondary ;
88
88
}
89
89
90
+ .arrow {
91
+ float : right ;
92
+ font-size : 18px ;
93
+ line-height : initial ;
94
+ transition : all 0.3s ease ;
95
+ margin-right : 0 ;
96
+
97
+ & :before {
98
+ content : " \f105 " !important ;
99
+ }
100
+ }
101
+
102
+ li .open > a {
103
+ .arrow {
104
+ transform : rotate (90deg );
105
+ }
106
+ }
107
+
90
108
91
109
// First level items
92
110
& > li {
96
114
padding-top : 15px ;
97
115
padding-bottom : 15px ;
98
116
padding-left : 20px ;
99
- padding-right : 10 px ;
117
+ padding-right : 15 px ;
100
118
}
101
119
102
120
// First level active links have primary background
111
129
background-color : darken ($sidebar-color-primary , 3% );
112
130
}
113
131
114
- // Open items links
115
- & .open > a {
116
- i .arrow {
117
- transform : rotate (90deg );
118
- }
119
- }
120
-
121
132
// First level item links arrow
122
133
& > a {
123
134
i {
124
135
margin-right : 5px ;
125
136
font-size : 16px ;
126
137
127
138
& .arrow {
128
- float : right ;
129
139
font-size : 20px ;
130
- line-height : initial ;
131
- transition : all 0.3s ease ;
132
-
133
- & :before {
134
- content : " \f105 " !important ;
135
- }
136
140
}
137
141
}
138
142
}
149
153
padding-top : 10px ;
150
154
padding-bottom : 10px ;
151
155
padding-left : 50px ;
156
+ padding-right : 15px ;
152
157
background-color : darken ($sidebar-color-primary , 3% );
153
158
}
154
159
162
167
& > .sidebar-nav > li {
163
168
a {
164
169
padding-left : 60px ;
170
+ padding-right : 15px ;
165
171
}
166
172
167
173
& > .sidebar-nav > li {
You can’t perform that action at this time.
0 commit comments