mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
i forgot to change file extensions
This commit is contained in:
@@ -689,7 +689,7 @@
|
||||
.coverPage {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
padding: 90px 0px;
|
||||
padding: 125px 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
@@ -708,15 +708,15 @@
|
||||
&:before {
|
||||
background-image: @homebreweryLogo;
|
||||
background-position: center;
|
||||
background-size: 60px;
|
||||
background-size: 75px;
|
||||
background-repeat: no-repeat;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
content: '';
|
||||
display: block;
|
||||
height: 70px;
|
||||
height: 90px;
|
||||
width: 100%;
|
||||
filter: drop-shadow(0 0 10px black);
|
||||
filter: drop-shadow(0 0 5px black);
|
||||
}
|
||||
h1 {
|
||||
--shadow-x0: #000 0px 0px 3.5px;
|
||||
@@ -745,6 +745,7 @@
|
||||
width: 450px;
|
||||
border: none;
|
||||
margin: 2px auto -24px;
|
||||
filter: drop-shadow(0 0 5px black);
|
||||
}
|
||||
h2 {
|
||||
--shadow-x0: #000 0px 0px 2.5px;
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
@monsterBorderImage : url('/assets/monsterBorderFancy.png');
|
||||
@codeBorderImage : url('/assets/codeBorder.png');
|
||||
@classTableDecoration : url('/assets/classTableDecoration.png');
|
||||
@homebreweryLogo : url('/assets/homebreweryLogo.png');
|
||||
@coverPageBanner : url('/assets/coverPageBanner.png');
|
||||
@horizontalRule : url('/assets/horizontalRule.png');
|
||||
@homebreweryLogo : url('/assets/homebreweryLogo.svg');
|
||||
@coverPageBanner : url('/assets/coverPageBanner.svg');
|
||||
@horizontalRule : url('/assets/horizontalRule.svg');
|
||||
|
||||
// Watercolor Images
|
||||
@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 |
Reference in New Issue
Block a user