Merge pull request 'Add cosmic background to header' (#25) from ui/kosmic_sky into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #25
This commit is contained in:
Râu Cao 2021-02-01 22:53:15 +00:00
commit 4f5ebd5330
4 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,8 @@ body#admin-panel {
#wrapper { #wrapper {
> header { > header {
background: $color-red-bright; 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; margin: 0 auto;
padding: 4rem 0; padding: 4rem 0;
text-align: center; text-align: center;
background: $color-blue; background: linear-gradient(35deg, rgba(137,85,160,0.8) 0, rgba(13,79,153,0.8) 100%),
background: linear-gradient(35deg, $color-purple 0, $color-blue 100%); url('/img/bg-1.jpg');
background-size: cover;
@include media-max(small) { @include media-max(small) {
padding: 3rem 0; padding: 3rem 0;

View File

@ -47,7 +47,7 @@
&.active { &.active {
color: $text-color-body; color: $text-color-body;
border-bottom: 2px solid #ffd000; border-bottom: 2px solid #4ea2df;
} }
} }
} }

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB