Zmiana w wyglądzie elementów listy pociągów, poprawki kosmetyczne

This commit is contained in:
2020-08-31 23:45:56 +02:00
parent 2f482d94b2
commit c7950ac757
17 changed files with 550 additions and 388 deletions
@@ -132,6 +132,14 @@
</div>
</div>
</div>
<!-- <div class="card-timetables">
<div class="title">AKTYWNE ROZKŁADY JAZDY</div>
<div class="content">
<ul>
</ul>
</div>
</div>-->
</section>
</template>
@@ -356,4 +364,24 @@ export default class StationCard extends styleMixin {
}
}
}
.card-timetables {
position: absolute;
width: 100%;
height: 90%;
background: #333;
overflow: hidden;
bottom: 0;
left: 0;
.content {
position: absolute;
}
// transform: translateY(80%);
}
</style>