publik-base-theme/static/toodego/_velov.scss

31 lines
638 B
SCSS

.tile.velov .tile-content {
p.available-bikes, p.available-bike-stands {
padding-left: 40px;
font-size: 90%;
}
p.available-bikes {
background: url(img/velov-meca.svg) 0px 50% no-repeat;
background-size: auto 18px;
color: $red;
@media screen and (max-width: $desktop-limit) {
background-size: auto 16px;
}
}
p.available-bike-stands {
background: url(img/velov-place.svg) 7px 50% no-repeat;
background-size: auto 18px;
@media screen and (max-width: $desktop-limit) {
background-size: auto 16px;
}
}
.velov-info {
margin: 1em 1em 1em 0;
font-size: 90%;
max-height: 8em;
overflow-y: scroll;
}
}