mirror of https://github.com/gorhill/uBlock.git
Add missing CSS rule for FA "exclamation-triangle" icon
This commit is contained in:
parent
2ba1cd7dc3
commit
e4cec5a15e
|
@ -48,6 +48,9 @@
|
||||||
.fa-icon > .fa-icon_code {
|
.fa-icon > .fa-icon_code {
|
||||||
width: calc(1em * 1830 / 1792);
|
width: calc(1em * 1830 / 1792);
|
||||||
}
|
}
|
||||||
|
.fa-icon > .fa-icon_exclamation-triangle {
|
||||||
|
width: calc(1em * 1794 / 1792);
|
||||||
|
}
|
||||||
.fa-icon > .fa-icon_eye-dropper,
|
.fa-icon > .fa-icon_eye-dropper,
|
||||||
.fa-icon > .fa-icon_eye-slash,
|
.fa-icon > .fa-icon_eye-slash,
|
||||||
.fa-icon > .fa-icon_files-o,
|
.fa-icon > .fa-icon_files-o,
|
||||||
|
|
Loading…
Reference in New Issue