Remove font-awesome and migrate its icons
This commit is contained in:
parent
ca22dcbfee
commit
f57c466c93
16 changed files with 133 additions and 13 deletions
|
@ -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 ======= */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue