Files
ticketbeast/resources/assets/less/icons.less
2017-06-06 20:39:25 -04:00

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;
}