mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
switch default background photo to northern lights one
This commit is contained in:
parent
f216c87d3d
commit
20a3b73d1c
@ -1,6 +1,5 @@
|
|||||||
.header {
|
.header {
|
||||||
@extend .background--photo;
|
@extend .background--photo;
|
||||||
background-position: bottom;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__title {
|
.header__title {
|
||||||
|
@ -97,7 +97,11 @@ $menu-height-md: 73px;
|
|||||||
// Video hero
|
// Video hero
|
||||||
//
|
//
|
||||||
.hero-video {
|
.hero-video {
|
||||||
|
// hide color overlay to prevent double overlays
|
||||||
|
// color overlay of hero-video__background will take over
|
||||||
|
@media ($screen-md) {
|
||||||
|
&:before { display: none }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-video .menu,
|
.hero-video .menu,
|
||||||
|
@ -107,7 +107,7 @@
|
|||||||
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
text-shadow: 0 1px 0 rgba(0,0,0,.1);
|
||||||
|
|
||||||
// background
|
// background
|
||||||
background: url('../img/photo1.jpg') no-repeat center top;
|
background: url('../img/northern-lights-poster.jpg') no-repeat center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
|
||||||
.section-title,
|
.section-title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user