mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
Poprawki stylistyczne
This commit is contained in:
@@ -71,11 +71,13 @@
|
||||
|
||||
<hr />
|
||||
|
||||
<div class="generator_actions" v-if="computedChosenCarTypes.size != 0">
|
||||
<button class="btn" @click="generateStock">WYGENERUJ</button>
|
||||
<button class="btn">WYGENERUJ PRÓŻNE WAGONY</button>
|
||||
<div class="generator_actions">
|
||||
<button class="btn" :data-disabled="computedChosenCarTypes.size == 0" @click="generateStock">WYGENERUJ</button>
|
||||
<button class="btn" :data-disabled="computedChosenCarTypes.size == 0">WYGENERUJ PRÓŻNE WAGONY</button>
|
||||
|
||||
<button class="btn" @click="resetChosenCargo">ZRESETUJ ŁADUNKI</button>
|
||||
<button class="btn" :data-disabled="computedChosenCarTypes.size == 0" @click="resetChosenCargo">
|
||||
ZRESETUJ ŁADUNKI
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -328,6 +330,10 @@ hr {
|
||||
padding: 0.5em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&[data-disabled] button {
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
|
||||
.warning {
|
||||
|
||||
Reference in New Issue
Block a user