Marquee de indicadores

This commit is contained in:
2020-05-27 17:20:15 -04:00
parent 13320628ae
commit 08cf6df8fc
5 changed files with 54 additions and 31 deletions

View File

@ -142,22 +142,27 @@
background-color: $gris-medio;
padding-top: 1rem;
padding-bottom: 1rem;
min-height: 5rem;
height: 2rem;
.slideshow {
overflow: hidden;
height: 6rem;
text-align: center;
.slide {
display: inline-block;
display: inline;
float: left;
background-color: white;
color: white;
padding: 0;
margin: 1rem;
width: 8rem !important;
padding-top: .5rem;
padding-bottom: .5rem;
margin-right: 1rem;
text-align: center;
.value:last-child {
padding-left: 0.3rem;
font-weight: 100 !important;
}
padding-left: 1rem;
padding-right: 2rem;
border-right: thin solid black;
}
}
}