diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-23 09:54:27 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-23 09:54:27 +0000 |
| commit | ba43bb22a514a5100ae65ebbdd2d9c5581b2c01d (patch) | |
| tree | 2dab5b7afb34c09774076e1419c5606476fd191d /assets/css/style.css | |
| parent | eb6336f3570e100992a3dd1fa7826cd0245098e3 (diff) | |
Added a reset password page
Diffstat (limited to 'assets/css/style.css')
| -rw-r--r-- | assets/css/style.css | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 108fffe..32c9fa9 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -585,7 +585,7 @@ hr { border-bottom-right-radius: 8px !important; box-shadow: none !important; } -.input-username { +.input-username, .input-email-reset { font-size: 1em !important; border-top-right-radius: 8px !important; } @@ -619,4 +619,30 @@ hr { height: auto !important; width: 65% !important; margin-left: 17%; -}
\ No newline at end of file +} + +.signin-bottom, .reset-bottom { + text-align: center; + color: white; + font-weight: 200; + margin-top: 2%; +} + +.signin-bottom a, .reset-bottom a { + color: white; + font-weight: bold; + +} + +.reset-bottom { + margin-top: 4%; +} + +.signin-bottom a:hover, .reset-bottom a:hover { + color: #E8E8E8; +} + +.addon-email-reset { + border-top-left-radius: 8px !important; + border-bottom-left-radius: 8px !important; +} |
