frontend: Add some iconography

This commit is contained in:
Lennart K
2025-07-04 21:12:28 +02:00
parent 83c6bf247e
commit 71cee2d20c
5 changed files with 37 additions and 3 deletions

View File

@@ -93,6 +93,12 @@ header {
&.active {
background: color-mix(in srgb, var(--background-darker), var(--dilute-color) 15%);
}
svg.icon {
width: 1.3em;
vertical-align: bottom;
margin-right: 6px;
}
}
}
@@ -308,3 +314,9 @@ input[type="password"] {
color: var(--text-on-background-color);
margin: 2px;
}
svg.icon {
stroke-width: 2px;
color: var(--text-on-background-color);
stroke: var(--text-on-background-color);
}