Add background

This commit is contained in:
Kacper Donat 2020-09-24 19:30:14 +02:00
parent 85a2a2a4a7
commit 452a5c4993
5 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
resources/images/background.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -60,7 +60,14 @@
}
}
$section-safe-margin: 0.5rem;
.section {
padding: $section-safe-margin;
margin: -$section-safe-margin;
background: rgba(white, 0.85);
margin-bottom: 1rem;
.section__title {

View File

@ -100,10 +100,12 @@ body {
min-height: 100vh;
display: flex;
flex-direction: column;
background: url("../images/background.png") repeat-x center bottom 63px;
main {
flex: 1 1 auto;
position: relative;
margin-bottom: 2rem;
> * {
transition: opacity .3s ease-in-out;

View File

@ -36,7 +36,7 @@ const config = {
test: /\.s[ac]ss$/,
use: [{
loader: MiniCssExtractPlugin.loader,
}, "css-loader?sourceMap", "sass-loader?sourceMap"]
}, "css-loader?sourceMap&url=false", "sass-loader?sourceMap&url=false"]
}, {
test: /\.css$/,
use: ["style-loader", "css-loader"]