From 6c894c9334527b85655f60dab0ae0de672131385 Mon Sep 17 00:00:00 2001 From: Martin Wygas Date: Tue, 4 Jun 2024 12:12:40 +0200 Subject: [PATCH] Fix dialog button sizes and margin --- src/styles/components/modals/_footer.scss | 3 ++- src/styles/components/modals/_wizard.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/components/modals/_footer.scss b/src/styles/components/modals/_footer.scss index 7e93aed0ce..70dded94d3 100644 --- a/src/styles/components/modals/_footer.scss +++ b/src/styles/components/modals/_footer.scss @@ -38,7 +38,8 @@ @include btn(red); } - margin: 13px 15px 0; + min-width: 100px; + margin: 10px 3% 0 15px; display: inline-block; border-radius: $main-border-radius; diff --git a/src/styles/components/modals/_wizard.scss b/src/styles/components/modals/_wizard.scss index c565fc36a5..23d47763d3 100644 --- a/src/styles/components/modals/_wizard.scss +++ b/src/styles/components/modals/_wizard.scss @@ -24,7 +24,7 @@ .cancel { float: left; - margin-left: 20px; + margin-left: 3%; } .inactive {