0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 20:24:52 +00:00

i forgot to change file extensions

This commit is contained in:
Victor Losada Hernandez
2023-02-11 00:48:52 +01:00
parent e610194ace
commit 3d6842bf86
5 changed files with 8 additions and 7 deletions

View File

@@ -689,7 +689,7 @@
.coverPage { .coverPage {
position: absolute; position: absolute;
inset: 0; inset: 0;
padding: 90px 0px; padding: 125px 0px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@@ -708,15 +708,15 @@
&:before { &:before {
background-image: @homebreweryLogo; background-image: @homebreweryLogo;
background-position: center; background-position: center;
background-size: 60px; background-size: 75px;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
top: 15px; top: 15px;
content: ''; content: '';
display: block; display: block;
height: 70px; height: 90px;
width: 100%; width: 100%;
filter: drop-shadow(0 0 10px black); filter: drop-shadow(0 0 5px black);
} }
h1 { h1 {
--shadow-x0: #000 0px 0px 3.5px; --shadow-x0: #000 0px 0px 3.5px;
@@ -745,6 +745,7 @@
width: 450px; width: 450px;
border: none; border: none;
margin: 2px auto -24px; margin: 2px auto -24px;
filter: drop-shadow(0 0 5px black);
} }
h2 { h2 {
--shadow-x0: #000 0px 0px 2.5px; --shadow-x0: #000 0px 0px 2.5px;

View File

@@ -10,9 +10,9 @@
@monsterBorderImage : url('/assets/monsterBorderFancy.png'); @monsterBorderImage : url('/assets/monsterBorderFancy.png');
@codeBorderImage : url('/assets/codeBorder.png'); @codeBorderImage : url('/assets/codeBorder.png');
@classTableDecoration : url('/assets/classTableDecoration.png'); @classTableDecoration : url('/assets/classTableDecoration.png');
@homebreweryLogo : url('/assets/homebreweryLogo.png'); @homebreweryLogo : url('/assets/homebreweryLogo.svg');
@coverPageBanner : url('/assets/coverPageBanner.png'); @coverPageBanner : url('/assets/coverPageBanner.svg');
@horizontalRule : url('/assets/horizontalRule.png'); @horizontalRule : url('/assets/horizontalRule.svg');
// Watercolor Images // Watercolor Images
@watercolor1 : url('/assets/watercolor/watercolor1.png'); @watercolor1 : url('/assets/watercolor/watercolor1.png');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB