From f1ac63488c0050fec1c4d713d74db4f4ea944395 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Apr 2021 13:43:50 +0200 Subject: Refactor menu css --- client/src/app/+login/login.component.scss | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'client/src/app/+login') 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] { } } -.modal-footer.inputs { - .action-button.action-button-cancel { - width: auto !important; - display: inline-block; - } -} - @media screen and (max-width: #{map-get($container-max-widths, sm)}) { .modal-body { #forgot-password-email { @@ -35,10 +28,8 @@ input[type=email] { } } - .modal-footer.inputs { - .action-button.action-button-cancel { - display: none; - } + .modal-footer .grey-button { + display: none; } } -- cgit v1.2.3