mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
9 lines
230 B
Plaintext
9 lines
230 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
|
|
}
|