Messing with the images on the homepage.
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user