2019-03-15 12:19:23 +01:00

94 lines
1.2 KiB
SCSS

.bottom, .sub_bottom{
padding: 50px 60px;
background:rgba(5,5,5,0.05) url('/logo_fade.png') no-repeat bottom right;
background-size:100px;
padding-bottom:50px;
transition-duration:0.5s;
h4{
color:$orange;
a{
color:$orange;
}
margin:0px;
}
ul{
padding-left:5px;
li{
list-style:none;
a{
color:rgba(20,20,20,0.8);
margin:10px 0;
&:hover{
color:$orange;
}
}
}
}
.legals{
position:absolute;
bottom:20px;
left:50px;
a{
color:rgba(20,20,20,0.8);
font-size:0.9em;
}
opacity:0.6;
}
}
.sub_bottom{
background:#323232;
.email{
input{
display:block;
padding:5px;
font-size:1em;
color:black;
}
}
p{
max-width:80%;
}
.btn{
color:white;
background:none;
border:1px solid white;
padding:5px 10px;
font-size:1em;
margin-top:5px;
background:$orange;
&:hover{
background:$orange;
font-weight:bold;
}
}
ul{
li{
margin-bottom:5px;
a{
color:white;
}
}
}
color:white;
*{
color:white;
}
}
.bottom_block{
position:fixed;
bottom:0;
right:10px;
}