# HG changeset patch # User Thomas Junk # Date 1557323917 -7200 # Node ID f7d7fdc58cadea7e69a8ea105c9014f258faae03 # Parent 25a26f666ee852b797b6803bcb35290c3752a1c2 dialogs: styling diff -r 25a26f666ee8 -r f7d7fdc58cad client/src/components/fairway/Profiles.vue --- 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; +}