From d6321736c1a0f399b65f3c4a1124a69028bf1112 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 27 Nov 2020 12:16:02 +0300 Subject: [PATCH] Theming for confirm popup --- public/themes/arya-blue/theme.css | 2 +- public/themes/arya-green/theme.css | 2 +- public/themes/arya-orange/theme.css | 2 +- public/themes/arya-purple/theme.css | 2 +- public/themes/bootstrap4-dark-blue/theme.css | 2 +- public/themes/bootstrap4-dark-purple/theme.css | 2 +- public/themes/bootstrap4-light-blue/theme.css | 2 +- public/themes/bootstrap4-light-purple/theme.css | 2 +- public/themes/fluent-light/theme.css | 2 +- public/themes/luna-amber/theme.css | 2 +- public/themes/luna-blue/theme.css | 2 +- public/themes/luna-green/theme.css | 2 +- public/themes/luna-pink/theme.css | 2 +- public/themes/md-dark-deeppurple/theme.css | 4 ++-- public/themes/md-dark-indigo/theme.css | 4 ++-- public/themes/md-light-deeppurple/theme.css | 4 ++-- public/themes/md-light-indigo/theme.css | 4 ++-- public/themes/mdc-dark-deeppurple/theme.css | 4 ++-- public/themes/mdc-dark-indigo/theme.css | 4 ++-- public/themes/mdc-light-deeppurple/theme.css | 4 ++-- public/themes/mdc-light-indigo/theme.css | 4 ++-- public/themes/nova-accent/theme.css | 2 +- public/themes/nova-alt/theme.css | 2 +- public/themes/nova-vue/theme.css | 2 +- public/themes/nova/theme.css | 2 +- public/themes/rhea/theme.css | 2 +- public/themes/saga-blue/theme.css | 2 +- public/themes/saga-green/theme.css | 2 +- public/themes/saga-orange/theme.css | 2 +- public/themes/saga-purple/theme.css | 2 +- public/themes/vela-blue/theme.css | 2 +- public/themes/vela-green/theme.css | 2 +- public/themes/vela-orange/theme.css | 2 +- public/themes/vela-purple/theme.css | 2 +- 34 files changed, 42 insertions(+), 42 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 9b55f5ce0..8c524f02d 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index b92497419..d5bcd27d7 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 2700e6707..59d497ff3 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 59a27db89..b42805297 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index b5551b792..e38ba6fb9 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -2938,7 +2938,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1.25rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index be412a15a..3d64f55e6 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -2938,7 +2938,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1.25rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index 63ccbf15d..6a732af5b 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -2938,7 +2938,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1.25rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index 70357590c..77c97c329 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -2938,7 +2938,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1.25rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index ade607a50..68ccca723 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -2901,7 +2901,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 7392a8150..f311158a1 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index 2e2ef20cc..757776ec2 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index e86c4fff0..4513b40af 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 69b1af29c..e2fa4de93 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 71e16014f..685d6117f 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 1rem 1rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 42df0d031..7e22eef8f 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 1rem 1rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index cd5e3769e..199c10515 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 1rem 1rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index b92b6c859..4e226d854 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 1rem 1rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index 7df44dbd8..ef36fff6b 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 0.75rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.75rem 0.75rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 7e2364f65..96b027ef3 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 0.75rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.75rem 0.75rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 552685e07..4c8c59147 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 0.75rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.75rem 0.75rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 21b221efd..a51b9d8d8 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -2946,11 +2946,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 0.75rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.75rem 0.75rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index 3d4e75ee0..f1f9ff9f1 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -2901,7 +2901,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 3b18471df..d3d4aa757 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 0af0fddce..e901a763f 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index bef738527..45c09887d 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -2913,7 +2913,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 728140c60..2400f3263 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -2901,7 +2901,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.571rem 1rem; + padding: 0 1rem 0.571rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index 4d4460ae4..507541581 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 627075b13..398b5f71b 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index addc521cc..8054f25de 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index 6f90ab172..2d07cae1b 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 3c85a863d..2a1a3aaea 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 1c4bfe100..38e1265ac 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 31fc4803f..6ecd568e6 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 40d2b9bd2..0db839907 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -2926,7 +2926,7 @@ } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0.5rem 1rem; + padding: 0 1rem 1rem 1rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0;