icons margin

This commit is contained in:
ReznoRMichael 2021-08-04 22:04:14 +02:00
parent e18f24bc24
commit 479db56f6e
3 changed files with 11 additions and 1 deletions

View file

@ -624,6 +624,11 @@ a.wiki {
margin: 0.25rem;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
margin-right: 0.275em;
}
.icon-cancel {
color: #f03a17;
}

File diff suppressed because one or more lines are too long

View file

@ -516,6 +516,11 @@ a.wiki {
margin: 0.25rem;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
margin-right: 0.275em;
}
.icon-cancel {
color: #f03a17;
}