Messing with the images on the homepage.

This commit is contained in:
2018-11-08 07:06:25 +11:00
parent 57d435825e
commit 0102df42aa
13 changed files with 7612 additions and 86 deletions

View File

@ -12,22 +12,12 @@
*/
@import '~@styles/global';
$c-footer--link-color: red;
$c-footer--link-hover-color: blue;
.c-footer {
@extend %t-dp--shadow-3d;
padding-top: 8em;
padding-bottom: 10em;
position: relative;
overflow: hidden;
background-image: url('~@assets/images/banners/palms.svg');
background-size: cover;
&__inner {
text-align: center;
position: relative;
padding: 1em 0;
padding-top: 8em;
padding-bottom: 10em;
}
&__copyright {
@ -51,12 +41,4 @@ $c-footer--link-hover-color: blue;
margin-left: 1em;
}
}
&__part {
position: absolute;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
}
}