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:
Alex Gleason 2021-10-06 05:25:40 +00:00
commit bb9e7a73f7

View file

@ -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;
}
}