mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Zmiana w wyglądzie elementów listy pociągów, poprawki kosmetyczne
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user