From d3b6370f6c0cf675e452ea3a6c1e28c6be99a8a1 Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Fri, 3 Sep 2021 16:20:22 +0100 Subject: [PATCH] save --- .../event-actions-popover.page.html | 2 +- .../event-actions-popover.page.scss | 4 ++-- .../request-options/request-options.page.html | 13 ++---------- .../request-options/request-options.page.scss | 20 +++++++++++++------ 4 files changed, 19 insertions(+), 20 deletions(-) diff --git a/src/app/pages/agenda/event-actions-popover/event-actions-popover.page.html b/src/app/pages/agenda/event-actions-popover/event-actions-popover.page.html index f8dd72530..ca44e45ca 100644 --- a/src/app/pages/agenda/event-actions-popover/event-actions-popover.page.html +++ b/src/app/pages/agenda/event-actions-popover/event-actions-popover.page.html @@ -1,4 +1,4 @@ - +
-
- +
@@ -61,7 +55,4 @@
- - +
diff --git a/src/app/shared/popover/request-options/request-options.page.scss b/src/app/shared/popover/request-options/request-options.page.scss index 6d4e6714f..1dfc3209f 100644 --- a/src/app/shared/popover/request-options/request-options.page.scss +++ b/src/app/shared/popover/request-options/request-options.page.scss @@ -1,8 +1,7 @@ -.container{ - --padding-top:20px !important; - --padding-bottom:20px !important; - --padding-start:20px !important; - --padding-end:20px !important; +.wrapper{ + width: 100% !important; + padding-top:20px !important; + padding-bottom:20px !important; } .arrow-right{ display: none; @@ -15,9 +14,11 @@ } } .buttons{ + width: 100% !important; display: flex; flex-wrap: wrap; justify-content: space-around; + margin: 0 auto !important; } .solid { display: none; @@ -31,11 +32,18 @@ margin-top: 5px !important; } @media only screen and (max-width: 800px) { + .container{ + width: 100% !important; + } .btn-ok, .btn-cancel, .btn-delete{ width: 47% !important; } } @media only screen and (min-width: 1024px) { + .container{ + width: 100% !important; + + } .arrow-right{ display: flex; justify-content: flex-end; @@ -53,4 +61,4 @@ /* .solid{ display: block; } */ -} \ No newline at end of file +}