Merge branch 'fix/next-accordion-icon' into 'next'
Fix accordion arrow icons (next) See merge request soapbox-pub/soapbox-fe!784
This commit is contained in:
commit
bb9e7a73f7
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