You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
963 B
49 lines
963 B
|
|
footer{
|
|
position: relative;
|
|
background: $green;
|
|
padding: 20px 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
|
|
.footer-logo{
|
|
max-height: 60px;
|
|
max-width: 90%;
|
|
}
|
|
|
|
|
|
.footermenu{
|
|
display: inline-block;
|
|
width: 100%;
|
|
border-top: 1px dotted $light-grey;
|
|
padding-top: 20px;
|
|
text-transform: uppercase;
|
|
|
|
ul{
|
|
text-align: left;
|
|
font-size: $font-12;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
li{
|
|
padding: 0 10px;
|
|
display: block;
|
|
border: none;
|
|
width: 50%;
|
|
float: left;
|
|
|
|
a{
|
|
color: white;
|
|
background: none;
|
|
display: block;
|
|
padding: 3px;
|
|
|
|
&:hover{
|
|
color: $alpha;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|