changeset 3202:7c59955fbcca

dialogs: styling
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 08 May 2019 16:02:25 +0200
parents d5294f1a4ad4
children cb67ee72485b
files client/src/components/Pdftool.vue
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Wed May 08 16:00:24 2019 +0200
+++ b/client/src/components/Pdftool.vue	Wed May 08 16:02:25 2019 +0200
@@ -77,6 +77,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.