mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
hotfix: view styles
This commit is contained in:
@@ -499,6 +499,7 @@ table {
|
|||||||
tr,
|
tr,
|
||||||
.a-row {
|
.a-row {
|
||||||
background-color: $rowCol;
|
background-color: $rowCol;
|
||||||
|
vertical-align: middle;
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
background-color: lighten($rowCol, 5);
|
background-color: lighten($rowCol, 5);
|
||||||
|
|||||||
@@ -65,9 +65,10 @@ const chosenTrain = computed(() => mainStore.trainList.find((train) => train.id
|
|||||||
$viewBgCol: #1a1a1a;
|
$viewBgCol: #1a1a1a;
|
||||||
|
|
||||||
.driver-view {
|
.driver-view {
|
||||||
|
margin: 0 auto;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
max-width: 2000px;
|
max-width: 2000px;
|
||||||
margin: 0 auto;
|
min-height: 95vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
|
|||||||
Reference in New Issue
Block a user