summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-09 17:23:04 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-08-09 17:23:04 +0200 |
commit | 9daca5362a985adb1c3c708195bffe18def7b1ca (patch) | |
tree | 756af74b1bb2069debd6f61f384128daa5e93488 /src/css | |
parent | 3fd7c9d99825544e983ba7390b61968d20ff3a9f (diff) |
Still working on it...
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/src/login.scss | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/css/src/login.scss b/src/css/src/login.scss index 9005d12..f3e5df4 100644 --- a/src/css/src/login.scss +++ b/src/css/src/login.scss @@ -17,6 +17,11 @@ body, align-items: center; } +.fullscreen-module +{ + padding-bottom: 1em; +} + .fullscreen-module > header { display: flex; @@ -141,6 +146,13 @@ article flex-direction: column; } +article p +{ + color: $BROWN-0; + text-shadow: none; + margin: 0.5em 4em 0.5em 4em; +} + article header { display: inline-block; @@ -171,6 +183,27 @@ article h1 padding: 0.5em; padding-left: 1.5em; max-width: 50%; + + align-self: start; +} + +article .multi-input +{ + display: flex; + flex-direction: column; + + flex: 1; +} + +.multi-input input:first-child +{ + margin-bottom: 0.5em; +} + +.multi-input input:nth-child(2) +{ + background: $RED-4; + border: 2px solid $RED-2; } article input @@ -186,6 +219,8 @@ article input color: $BROWN-0; text-shadow: none; + + flex: 1; } article .user-input input |