From dc7cc767859a82a087e258eead7d59e177b30d0f Mon Sep 17 00:00:00 2001 From: bozokopic Date: Fri, 13 Apr 2018 19:07:18 +0200 Subject: WIP web frontend --- src_web/style/main.scss | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src_web/style/main.scss') diff --git a/src_web/style/main.scss b/src_web/style/main.scss index 21a6c79..6b848b4 100644 --- a/src_web/style/main.scss +++ b/src_web/style/main.scss @@ -25,28 +25,30 @@ html, body { flex-direction: column; background-color: $color-grey-100; - & > * { + .group { + flex-shrink: 0; display: flex; flex-direction: column; margin: 10px; margin-bottom: 0px; - flex-shrink: 0; } .header { - margin-bottom: 10px; - color: $color-grey-800; - flex-direction: row; + flex-shrink: 0; + margin: 10px; + display: flex; align-items: center; .title { flex-grow: 1; font-size: 18pt; font-weight: 500; + color: $color-grey-800; } a { font-size: 24pt; + color: $color-grey-800; &:visited { color: $color-grey-800; @@ -62,7 +64,8 @@ html, body { flex-grow: 1; display: flex; flex-direction: column; - flex-shrink: 1; + margin: 10px; + margin-bottom: 0px; & > * { flex-shrink: 0; @@ -80,6 +83,7 @@ html, body { } .submit { + flex-shrink: 0; margin: 10px; padding: 10px; } -- cgit v1.2.3-70-g09d2