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
|
@ -28,9 +28,10 @@
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
display: block;
|
display: block;
|
||||||
font-family: ForkAwesome;
|
font-family: 'Font Awesome 5 Free';
|
||||||
font-size: 20px;
|
font-weight: 900;
|
||||||
padding-left: 10px;
|
font-size: 0.8em;
|
||||||
|
padding-left: 0.6em;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue