From e1482ca59ea08070189d05986151bc703c074e4c Mon Sep 17 00:00:00 2001 From: Lars Kollmann <kollmann@infai.org> Date: Mon, 10 May 2021 12:05:50 +0200 Subject: [PATCH] #149 use non static values --- app/src/views/TransectInspection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/views/TransectInspection.vue b/app/src/views/TransectInspection.vue index 6060c8152..655058cc3 100644 --- a/app/src/views/TransectInspection.vue +++ b/app/src/views/TransectInspection.vue @@ -253,7 +253,7 @@ <style lang="sass" scoped> .stepper-header-font-size - font-size: 18px + font-size: larger .on-hover cursor: pointer background-color: #BDBDBD -- GitLab