mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 21:06:03 +03:00
23 lines
398 B
CSS
23 lines
398 B
CSS
/* Icons */
|
|
|
|
.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;
|
|
}
|
|
|
|
/* Anchors */
|
|
a.anchor {
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* Fences */
|
|
.blue { background-color: steelblue; padding: 5px; }
|
|
#insideme { color: yellow; }
|
|
.red { background-color: red; } |