changeset 34:1e279abd8e06

Made login button smaller Login button has now 20px line height to harmonize layout.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 26 Jun 2018 14:18:05 +0200
parents ae6535d44563
children 79f5ba414586
files client/src/assets/login.scss
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/assets/login.scss	Tue Jun 26 14:07:13 2018 +0200
+++ b/client/src/assets/login.scss	Tue Jun 26 14:18:05 2018 +0200
@@ -59,6 +59,7 @@
 }
 .submitbutton {
   box-shadow: $basic-shadow-light !important;
+  line-height: 20px !important;
 }
 .title {
   margin-left: $offset;