diff client/src/components/fairway/Profiles.vue @ 3200:f7d7fdc58cad

dialogs: styling
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 May 2019 15:58:37 +0200
parents 77fc44ad05e3
children 1253fe15e3e3
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>