Skip to content

Commit

Permalink
assistant section arrows without font awesome font
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki committed Oct 27, 2024
1 parent fd90166 commit 1b1e402
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/src/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,9 @@
}

&:after {
font-family: 'FontAwesome';
content: '\f107';
transform: translatey(-3px) rotate(180deg) scalex(1.2);
font-family: 'Tahoma', sans-serif;
content: '^';
position: absolute;
right: 20px;
top: 10px;
Expand All @@ -489,7 +490,7 @@

&.is-open {
&:after {
transform: rotateZ(180deg);
transform: translatey(3px) rotate(0deg) scalex(1.2);
}
}
}
Expand Down

0 comments on commit 1b1e402

Please sign in to comment.