Add styles for icon button glyphs

This commit is contained in:
2026-01-31 12:45:38 +01:00
parent 708fe64301
commit a0966ee6a2

View File

@@ -379,6 +379,15 @@ body {
display: block;
}
.icon-button__glyph {
font-size: 1rem;
line-height: 1;
}
.icon-button__glyph--large {
font-size: 1.1rem;
}
.icon-button:hover {
border-color: rgba(255, 255, 255, 0.2);
color: var(--ink);