changeset 3200:f7d7fdc58cad

dialogs: styling
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 May 2019 15:58:37 +0200
parents 25a26f666ee8
children d5294f1a4ad4
files client/src/components/fairway/Profiles.vue client/src/components/gauge/Gauges.vue
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/Profiles.vue	Wed May 08 15:54:40 2019 +0200
+++ b/client/src/components/fairway/Profiles.vue	Wed May 08 15:58:37 2019 +0200
@@ -258,6 +258,11 @@
   border-top-left-radius: $border-radius;
   border-bottom-left-radius: $border-radius;
 }
+
+input,
+select {
+  font-size: 0.8em;
+}
 </style>
 
 <script>
--- a/client/src/components/gauge/Gauges.vue	Wed May 08 15:54:40 2019 +0200
+++ b/client/src/components/gauge/Gauges.vue	Wed May 08 15:58:37 2019 +0200
@@ -88,6 +88,13 @@
   </div>
 </template>
 
+<style lang="scss" scoped>
+input,
+select {
+  font-size: 0.8em;
+}
+</style>
+
 <script>
 /* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.