Adapt SignIn

This commit is contained in:
Chi Vinh Le
2018-08-27 15:51:59 +02:00
parent b7208cfa44
commit 39edec79cb
10 changed files with 118 additions and 111 deletions
+2 -1
View File
@@ -12,6 +12,7 @@
.root {
width: 100%;
padding: var(--spacing-unit);
padding: var(--spacing-unit) var(--spacing-unit) calc(2 * var(--spacing-unit))
var(--spacing-unit);
box-sizing: border-box;
}