Marquee de indicadores
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user