Fix accordion arrow icons
This commit is contained in:
parent
89ac03e07a
commit
e7f7a3cb6f
1 changed files with 4 additions and 3 deletions
|
@ -28,9 +28,10 @@
|
|||
&::after {
|
||||
content: '';
|
||||
display: block;
|
||||
font-family: ForkAwesome;
|
||||
font-size: 20px;
|
||||
padding-left: 10px;
|
||||
font-family: 'Font Awesome 5 Free';
|
||||
font-weight: 900;
|
||||
font-size: 0.8em;
|
||||
padding-left: 0.6em;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue