0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 01:02:51 +00:00

custom icon and vectorization of assets

This commit is contained in:
Victor Losada Hernandez
2023-02-11 00:38:27 +01:00
parent 3393e72481
commit e610194ace
8 changed files with 41 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ module.exports = [
},
{
name : 'Cover Page',
icon : 'fas fa-file-word',
icon : 'fac fa-file-c',
gen : CoverPageGen,
},
{

View File

@@ -706,7 +706,7 @@
min-width: 100%;
}
&:before {
background-image: @coverPageLogo;
background-image: @homebreweryLogo;
background-position: center;
background-size: 60px;
background-repeat: no-repeat;
@@ -738,7 +738,7 @@
hr {
position: relative;
top: -16px;
background-image: @coverPageHorizontalRule;
background-image: @horizontalRule;
background-size: 100% 100%;
visibility: visible;
height: 64px;