Add cosmic background to header
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

Going back to space, where we belong.
This commit is contained in:
Basti 2021-02-01 23:10:54 +01:00
parent 14caefe2d1
commit d7e4c6f3ae
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@ body#admin-panel {
#wrapper {
> header {
background: $color-red-bright;
background: linear-gradient(35deg, $color-purple 0, $color-red-dark 100%);
background: linear-gradient(35deg, rgba(137,85,160,0.8) 0, rgba(153,12,14,0.9) 100%),
url('/img/bg-1.jpg');
}
}

View File

@ -9,8 +9,9 @@
margin: 0 auto;
padding: 4rem 0;
text-align: center;
background: $color-blue;
background: linear-gradient(35deg, $color-purple 0, $color-blue 100%);
background: linear-gradient(35deg, rgba(137,85,160,0.8) 0, rgba(13,79,153,0.8) 100%),
url('/img/bg-1.jpg');
background-size: cover;
@include media-max(small) {
padding: 3rem 0;

BIN
public/img/bg-1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB