##// END OF EJS Templates
Actualizacion de la app RC a python3 y django 2, antes del merge con cambios
Actualizacion de la app RC a python3 y django 2, antes del merge con cambios

File last commit:

r338:7377db7c77e8
r341:cb29d2ed7f9e merge
Show More
footer.css
55 lines | 775 B | text/css | LassoCssLexer
Nueva plantilla, prueba comunicacion y nuevos campos ddsrest
r338 footer {
background-color: var(--primary);
position: relative;
margin: 0;
padding-top: 20px;
padding-bottom: 10px;
border: 0;
display: block;
color: #fff;
margin-top: 20px;
}
.footer-contact{
padding-left: 0;
list-style: none;
}
.footer-contact li{
display: flex;
}
.footer-contact span{
margin-top: 3.5px;
margin-right: 8px;
}
.footer-contact p{
margin-bottom: 5px;
}
.social-footer{
margin-bottom: 5px;
padding-top: 10px;
padding-left: 0;
list-style: none;
display: flex;
}
.social-footer li{
padding-right: 1em;
}
iframe.map {
display: block;
width: 50%;
position: absolute;
right: 0;
top: 0;
}
@media (min-width: 480px){
.map {
display: none;
}
}