mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-24 22:24:45 +02:00
17 lines
285 B
Plaintext
17 lines
285 B
Plaintext
i.icon {
|
|
vertical-align: middle; // Firefox will place icons weird otherwise
|
|
display: inline-block;
|
|
|
|
font-style: normal;
|
|
line-height: 1;
|
|
|
|
&::before {
|
|
display: block;
|
|
min-width: 1em;
|
|
margin-right: .2em;
|
|
|
|
text-align: center;
|
|
text-decoration: inherit;
|
|
}
|
|
}
|