0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

add alternative icons in

the `-alt` icons have better sizing/readability than the originals.  The originals likely will be removed.

Also adds back in 'fit-width' icon which was mistakenly overwritten earlier.
This commit is contained in:
Gazook89
2024-10-11 22:05:18 -05:00
parent e80588b234
commit 6cabdc0a67
4 changed files with 53 additions and 0 deletions

View File

@@ -70,6 +70,9 @@
.zoom-to-fit {
mask-image: url('../icons/zoom-to-fit.svg');
}
.fit-width {
mask-image: url('../icons/fit-width.svg');
}
.single-view {
mask-image: url('../icons/SingleView.svg');
}
@@ -79,3 +82,12 @@
.flow-view {
mask-image: url('../icons/FlowView.svg');
}
.single-view-alt {
mask-image: url('../icons/SingleView-alt.svg');
}
.facing-view-alt {
mask-image: url('../icons/FacingView-alt.svg');
}
.flow-view-alt {
mask-image: url('../icons/FlowView-alt.svg');
}