0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 19:22:47 +00:00

Add icons

This commit is contained in:
Gazook89
2024-10-11 13:51:41 -05:00
parent 73504a3386
commit e80588b234
4 changed files with 49 additions and 2 deletions

View File

@@ -70,6 +70,12 @@
.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');
}
.facing-view {
mask-image: url('../icons/FacingView.svg');
}
.flow-view {
mask-image: url('../icons/FlowView.svg');
}