Skip to content

Commit

Permalink
feat: Margins cleanup - Remove extra-margins - MEED-2895-Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…s#103 (#1331)

This change allows tp remove all margins from gamification Vue applications Parent.
The margin will be added as a CSS variable inside the less variables, so we can change this variable using the branding UI.

(cherry picked from commit b483640)
(cherry picked from commit a4eba14)
  • Loading branch information
SaraBoutej authored and exo-swf committed Nov 22, 2023
1 parent eb902ad commit ff2106f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<template>
<v-app>
<v-card class="my-3 card-border-radius overflow-hidden" flat>
<v-card class="card-border-radius overflow-hidden" flat>
<template v-if="selectedConnector">
<extension-registry-component
v-if="editSettings"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<v-app>
<v-card
v-if="displayUserSetting"
class="my-3 card-border-radius"
class="card-border-radius"
flat>
<v-list>
<v-list-item>
Expand Down

0 comments on commit ff2106f

Please sign in to comment.