icons margin
This commit is contained in:
parent
e18f24bc24
commit
479db56f6e
3 changed files with 11 additions and 1 deletions
|
|
@ -624,6 +624,11 @@ a.wiki {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class^="icon-"]:before,
|
||||||
|
[class*=" icon-"]:before {
|
||||||
|
margin-right: 0.275em;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-cancel {
|
.icon-cancel {
|
||||||
color: #f03a17;
|
color: #f03a17;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -516,6 +516,11 @@ a.wiki {
|
||||||
margin: 0.25rem;
|
margin: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class^="icon-"]:before,
|
||||||
|
[class*=" icon-"]:before {
|
||||||
|
margin-right: 0.275em;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-cancel {
|
.icon-cancel {
|
||||||
color: #f03a17;
|
color: #f03a17;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue