Skip to content

Commit e50c934

Browse files
author
Gianmarco Manni
committed
Change Chevron Icon from left to Rigth
1 parent 81002b0 commit e50c934

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

styles/Layout/PanelSideBarLayout.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ $topnav-light-toggler-color: $gray-900;
3636
transition: ease-in-out 0.2s;
3737
width: 0.4rem;
3838
$svg-attributes: "fill='white' strike='white'";
39-
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z' #{$svg-attributes}/></svg>");
39+
content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' #{$svg-attributes}/></svg>");
4040
}
4141

42-
@mixin chevron-left {
42+
@mixin chevron-right {
4343
@include chevron-common();
4444
}
4545

4646
@mixin chevron-down {
4747
@include chevron-common();
48-
transform: rotate(-90deg);
48+
transform: rotate(90deg);
4949
}
5050

5151
@mixin slim-scrollbar {
@@ -204,7 +204,7 @@ section.content:first-of-type {
204204
}
205205

206206
&.dropdown-toggle::after {
207-
@include chevron-left();
207+
@include chevron-right();
208208
}
209209
}
210210
}

0 commit comments

Comments
 (0)