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.scss13
1 files changed, 2 insertions, 11 deletions
diff --git a/client/src/app/+login/login.component.scss b/client/src/app/+login/login.component.scss
index f605cbb7a..eddaff542 100644
--- a/client/src/app/+login/login.component.scss
+++ b/client/src/app/+login/login.component.scss
@@ -21,13 +21,6 @@ input[type=email] {
21 } 21 }
22} 22}
23 23
24.modal-footer.inputs {
25 .action-button.action-button-cancel {
26 width: auto !important;
27 display: inline-block;
28 }
29}
30
31@media screen and (max-width: #{map-get($container-max-widths, sm)}) { 24@media screen and (max-width: #{map-get($container-max-widths, sm)}) {
32 .modal-body { 25 .modal-body {
33 #forgot-password-email { 26 #forgot-password-email {
@@ -35,10 +28,8 @@ input[type=email] {
35 } 28 }
36 } 29 }
37 30
38 .modal-footer.inputs { 31 .modal-footer .grey-button {
39 .action-button.action-button-cancel { 32 display: none;
40 display: none;
41 }
42 } 33 }
43} 34}
44 35