From 4afdf6f46761236f54dc635ca2253e9411fc3052 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Fri, 21 Jun 2024 16:51:44 +0100 Subject: [PATCH 1/3] feat: Redefine Parent applications Classes to fit layout style properties - MEED-7094 - Meeds-io/MIPs#144 (#332) This change will apply **application-body** class to the main body of applications to make sure to apply layout specific CSS styles, such as disabling default Vuetify White Background applied on v-card. At the same time, for Top Toolbar applications, this will disable branding styling to avoid having border radius and other styles applied on small buttons added in Top bar as applications. --- .../src/main/webapp/vue-app/components/PerkStoreApp.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perk-store-webapps/src/main/webapp/vue-app/components/PerkStoreApp.vue b/perk-store-webapps/src/main/webapp/vue-app/components/PerkStoreApp.vue index ea4e69a90..ef892739c 100644 --- a/perk-store-webapps/src/main/webapp/vue-app/components/PerkStoreApp.vue +++ b/perk-store-webapps/src/main/webapp/vue-app/components/PerkStoreApp.vue @@ -20,7 +20,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. class="transparent singlePageApplication" flat> -
+
-
+