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 4242 margin-bottom : $content-padding-y-md - $card-margin-bottom ;
4343
4444
45- @include media (xl) {
45+ @include media-up (xl) {
4646 margin-bottom : $content-padding-y-xl - $card-margin-bottom ;
4747 }
4848
Original file line number Diff line number Diff line change 55 .card {
66 box-shadow : none ;
77 }
8-
8+
99 margin-bottom : $card-margin-bottom ;
1010 border-radius : 0 ;
1111 border : none ;
4343 padding : 0.5rem $card-padding-x ;;
4444
4545
46- @include media (xl) {
46+ @include media-up (xl) {
4747 padding : 0.5rem $card-padding-x-xl ;
4848 }
4949
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ $item-list-col-shrink: 3 !default;
1414 margin : 0 ;
1515 margin-bottom : 0 ;
1616 line-height : $item-list-line-height ;
17-
17+
1818 @include media (lg) {
1919 font-size : 1rem ;
2020 }
@@ -149,7 +149,7 @@ $item-list-col-shrink: 3 !default;
149149 font-size : 0.9rem ;
150150 display : none ;
151151 color : #666 ;
152- font-weight : 700 ;
152+ font-weight : 700 ;
153153 padding-right : $item-list-padding-x ;
154154
155155 @include media-down (sm) {
@@ -378,11 +378,11 @@ $item-list-col-shrink: 3 !default;
378378.card > .item-list .item > .item-row {
379379 padding : 0 $card-padding-x ;
380380
381- @include media (xl) {
381+ @include media-up (xl) {
382382 padding : 0 $card-padding-x-xl ;
383383 }
384384
385385 @include media-down (sm) {
386386 padding : 0 $card-padding-x-sm ;
387387 }
388- }
388+ }
Original file line number Diff line number Diff line change 8787 background-color : $sidebar-color-secondary ;
8888 }
8989
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+
90108
91109 // First level items
92110 & > li {
96114 padding-top : 15px ;
97115 padding-bottom : 15px ;
98116 padding-left : 20px ;
99- padding-right : 10 px ;
117+ padding-right : 15 px ;
100118 }
101119
102120 // First level active links have primary background
111129 background-color : darken ($sidebar-color-primary , 3% );
112130 }
113131
114- // Open items links
115- & .open > a {
116- i .arrow {
117- transform : rotate (90deg );
118- }
119- }
120-
121132 // First level item links arrow
122133 & > a {
123134 i {
124135 margin-right : 5px ;
125136 font-size : 16px ;
126137
127138 & .arrow {
128- float : right ;
129139 font-size : 20px ;
130- line-height : initial ;
131- transition : all 0.3s ease ;
132-
133- & :before {
134- content : " \f105 " !important ;
135- }
136140 }
137141 }
138142 }
149153 padding-top : 10px ;
150154 padding-bottom : 10px ;
151155 padding-left : 50px ;
156+ padding-right : 15px ;
152157 background-color : darken ($sidebar-color-primary , 3% );
153158 }
154159
162167 & > .sidebar-nav > li {
163168 a {
164169 padding-left : 60px ;
170+ padding-right : 15px ;
165171 }
166172
167173 & > .sidebar-nav > li {
You can’t perform that action at this time.
0 commit comments