Files
web2.0-backend/global_static/css/footer.css
T
2017-02-12 17:23:38 +02:00

27 lines
443 B
CSS

.footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
text-align: center;
background-color: #cfcfcf;
padding: 1rem;
}
#fi-button {
background: url("/static/img/fi.png") no-repeat;
background-size: cover;
}
#en-button {
background: url("/static/img/en.png") no-repeat;
background-size: cover;
}
.lang-button {
height: 20px;
width: 30px;
margin-left: 10px;
margin-right: 10px;
}