mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
chore: additional styles
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div v-else>{{ $t('station-stats.no-stats') }}</div>
|
||||
<div class="no-data" v-else>{{ $t('station-stats.no-stats') }}</div>
|
||||
</div>
|
||||
|
||||
<div tabindex="0" @focus="() => (showDropdown = false)"></div>
|
||||
@@ -273,6 +273,11 @@ h1.stats-title img {
|
||||
}
|
||||
}
|
||||
|
||||
.no-data {
|
||||
font-size: 1.1em;
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
@include responsive.smallScreen {
|
||||
h1.stats-title {
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user