Remove font-awesome and migrate its icons

This commit is contained in:
Pau Trepat Segura 2020-07-20 03:58:37 +02:00
parent ca22dcbfee
commit f57c466c93
16 changed files with 133 additions and 13 deletions

View file

@ -216,6 +216,25 @@ img.right{
width: 32px;
}
.chevron::before {
border-style: solid;
border-width: 0.25em 0.25em 0 0;
content: '';
display: inline-block;
height: 0.45em;
left: 0.15em;
position: relative;
top: 0.15em;
transform: rotate(-45deg);
vertical-align: top;
width: 0.45em;
}
.chevron.bottom:before {
top: 0;
transform: rotate(135deg);
}
/* --- FOOTER END ---- */
/* ============= Device specific fixes ======= */