This commit is contained in:
2020-03-02 16:25:48 -03:00
parent d28f0f2f07
commit b3d085f1f6
9 changed files with 128 additions and 17 deletions

View File

@ -30,6 +30,7 @@ html {
.suplente {
height: 330px;
padding-top: 50px !important;
}
.suplente>div {
display: inline-block;
@ -39,6 +40,16 @@ html {
background-position: center;
height: 230px;
}
.suplente .mensaje .row {
margin-top: 50px;
height: 160px;
}
.suplente .mensaje .row .column,
.suplente .mensaje .row .column .segment {
width: 340px !important;
border: 0;
padding: 0 !important;
}
.numero {
background-position: center;
@ -94,3 +105,43 @@ html {
background-size: 345px 340px;
width: 345px !important;
}
#indice .img,
#indice .img img {
width: 780px !important;
height: 310px !important;
}
#indice .contenido {
padding-top: 60px !important;
width: 300px !important;
color: rgba(0, 0, 0, 0.9) !important;
}
#indice .contenido .titulo {
font-size: 20pt;
font-weight: bold;
}
#indice .contenido .list .item {
font-size: 14pt !important;
color: inherit;
}
footer {
color: white;
height: 260px;
font-family: Roboto;
}
footer .main {
height: 230px !important;
padding-top: 30px !important;
}
footer a {
color: inherit;
}
footer>.menu {
font-size: 10pt !important;
color: rgba(0, 0, 0, 0.7) !important;
background-color: rgba(0, 0, 0, 0.1) !important;
height: 30px !important;
}