diff options
| author | Pitu <[email protected]> | 2018-09-16 05:26:20 -0300 |
|---|---|---|
| committer | Pitu <[email protected]> | 2018-09-16 05:26:20 -0300 |
| commit | b0e5dd45399e5704b3d627c0223a300c6b61393c (patch) | |
| tree | 550692f87bedae0c31fa188954c5ebd6acaab4b3 /src/site/styles | |
| parent | Forgot this file here (diff) | |
| download | host.fuwn.me-b0e5dd45399e5704b3d627c0223a300c6b61393c.tar.xz host.fuwn.me-b0e5dd45399e5704b3d627c0223a300c6b61393c.zip | |
Styling login and register
Diffstat (limited to 'src/site/styles')
| -rw-r--r-- | src/site/styles/style.scss | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/site/styles/style.scss b/src/site/styles/style.scss index 5af4087..4b8ebb6 100644 --- a/src/site/styles/style.scss +++ b/src/site/styles/style.scss @@ -139,3 +139,39 @@ section p.control button { .switch input[type=checkbox] + .check:before { background: #fbfbfb; } + +/* + Register and Login forms +*/ + +section#login, +section#register { background-color: $backgroundLight1 !important; } +section#login input, +section#register input, +section#login a.button, +section#register a.button { + font-size: 14px !important; +} +section#login input, +section#register input, +section#login p.control a.button, +section#register p.control a.button { + border-left: 0px !important; + border-top: 0px !important; + border-right: 0px !important; + border-radius: 0px !important; + box-shadow: 0 0 0 !important; +} + +section#login p.control a.button, +section#register p.control a.button { margin-left: 10px !important; } +section#login p.control a#loginBtn, +section#register p.control a#loginBtn { border-right: 0px !important; } +section#login p.control a#registerBtn, +section#register p.control a#registerBtn { border-left: 0px !important; } + +section#login a.is-text, +section#register a.is-text { + font-size: 1.25em; + line-height: 2.5em; +} |