diff options
Diffstat (limited to 'src_web/style')
| -rw-r--r-- | src_web/style/main.scss | 16 |
1 files changed, 10 insertions, 6 deletions
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; } |
