mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: changed no stations message
This commit is contained in:
@@ -306,8 +306,9 @@
|
|||||||
{{ $t('sceneries.no-stations') }} (region: <b>{{ mainStore.region.name }}</b
|
{{ $t('sceneries.no-stations') }} (region: <b>{{ mainStore.region.name }}</b
|
||||||
>)
|
>)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text--primary" v-if="getChangedFilters(filters).length != 0">
|
<div class="text--primary" v-if="getChangedFilters(filters).length != 0">
|
||||||
{{ $t('sceneries.active-filters') }}
|
⚠ {{ $t('sceneries.active-filters') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -425,10 +426,9 @@ $rowCol: #424242;
|
|||||||
.no-stations {
|
.no-stations {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|||||||
Reference in New Issue
Block a user