mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-30 23:46:24 +00:00
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
.zondicon {
|
|
display: inline-block;
|
|
height: 1.25em;
|
|
width: 1.25em;
|
|
fill: currentColor;
|
|
color: @text-dark;
|
|
vertical-align: text-bottom; // Trial and error, this is the best option for 20px icon + 16px text
|
|
}
|
|
|
|
.zondicon-sm {
|
|
height: 1em;
|
|
width: 1em;
|
|
}
|