aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+login/login.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+login/login.component.scss')
-rw-r--r--client/src/app/+login/login.component.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss
index fde6cc15e..9ba09e9e4 100644
--- a/client/src/app/+login/login.component.scss
+++ b/client/src/app/+login/login.component.scss
@@ -17,6 +17,35 @@ input[type=submit] {
17 @include orange-button; 17 @include orange-button;
18} 18}
19 19
20.modal-body {
21 text-align: left;
22
23 .forgot-password-instructions {
24 margin-bottom: 20px;
25 }
26}
27
28.modal-footer.inputs {
29 .action-button.action-button-cancel {
30 width: auto !important;
31 display: inline-block;
32 }
33}
34
35@media screen and (max-width: #{map-get($container-max-widths, sm)}) {
36 .modal-body {
37 #forgot-password-email {
38 width: 100%;
39 }
40 }
41
42 .modal-footer.inputs {
43 .action-button.action-button-cancel {
44 display: none;
45 }
46 }
47}
48
20.create-an-account, .forgot-password-button { 49.create-an-account, .forgot-password-button {
21 color: pvar(--mainForegroundColor); 50 color: pvar(--mainForegroundColor);
22 cursor: pointer; 51 cursor: pointer;