diff --git a/src/components/Global/ActionButton.vue b/src/components/Global/ActionButton.vue
index e8f582b..7c048ad 100644
--- a/src/components/Global/ActionButton.vue
+++ b/src/components/Global/ActionButton.vue
@@ -25,7 +25,6 @@ export default defineComponent({});
font-size: 1em;
font-weight: 500;
- outline: none;
padding: 0.35em 0.65em;
cursor: pointer;
diff --git a/src/components/TrainsView/TrainInfo.vue b/src/components/TrainsView/TrainInfo.vue
index cd3f633..eefd3cc 100644
--- a/src/components/TrainsView/TrainInfo.vue
+++ b/src/components/TrainsView/TrainInfo.vue
@@ -1,8 +1,9 @@
@@ -21,11 +22,6 @@ export default defineComponent({
type: Object as () => Train,
required: true,
},
-
- simpleView: {
- type: Boolean,
- default: false,
- },
},
});
@@ -35,10 +31,9 @@ export default defineComponent({
.wrapper {
font-size: 1em;
-
+
@include smallScreen() {
font-size: 1.2em;
}
-
}
diff --git a/src/components/TrainsView/TrainInfoSimple.vue b/src/components/TrainsView/TrainInfoSimple.vue
index d724416..9e7b615 100644
--- a/src/components/TrainsView/TrainInfoSimple.vue
+++ b/src/components/TrainsView/TrainInfoSimple.vue
@@ -72,7 +72,7 @@
-
+
@@ -93,6 +93,8 @@
+
+