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:
@@ -170,7 +170,7 @@ module.exports = [
|
||||
},
|
||||
{
|
||||
name : 'Cover Page',
|
||||
icon : 'fas fa-file-word',
|
||||
icon : 'fac fa-file-c',
|
||||
gen : CoverPageGen,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user