mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-22 05:16:04 +03:00
12 lines
204 B
CSS
12 lines
204 B
CSS
|
.icon {
|
||
|
vertical-align: sub;
|
||
|
padding-right: 0.25rem;
|
||
|
display: inline-block;
|
||
|
width: 1em;
|
||
|
height: 1.3em;
|
||
|
margin-right: 0.2rem;
|
||
|
stroke-width: 0;
|
||
|
stroke: currentColor;
|
||
|
fill: currentColor;
|
||
|
}
|