0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-13 22:28:40 +00:00
This commit is contained in:
Victor Losada Hernandez
2023-03-25 22:56:45 +01:00
parent cdcd68bc92
commit ab058b31b1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -34,12 +34,12 @@
.mask-center { .mask-center {
content: url('../icons/mask-center.svg'); content: url('../icons/mask-center.svg');
} }
.fa-file-c {
content: url('../icons/fa-file-c.svg');
}
.book-front-cover { .book-front-cover {
content: url('../icons/book-front-cover.svg'); content: url('../icons/book-front-cover.svg');
} }
.book-back-cover {
content: url('../icons/book-back-cover.svg');
}
.davek { .davek {
content: url('../icons/Davek.svg'); content: url('../icons/Davek.svg');
} }
+1 -1
View File
@@ -178,7 +178,7 @@ module.exports = [
}, },
{ {
name : 'Back Cover Page', name : 'Back Cover Page',
icon : 'fac fa-file-b', icon : 'fac book-back-cover',
gen : BackCoverPageGen, gen : BackCoverPageGen,
}, },
{ {