Skip to content

Commit

Permalink
feat: Adopt new Typography and UX Guidelines - MEED-7164 - Meeds-io/M…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Jul 3, 2024
1 parent 984ba72 commit 57341a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-app class="white">
<v-app>
<multifactor-authentication-component v-if="!isManage2faPage" />
<div class="d-flex">
<div class="d-flex application-body">
<div
v-if="isManage2faPage"
class="my-11 mr-4 ml-4 border-radius firstBlock"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<v-app id="multifactorAuthentication">
<div v-if="!isManage2faPage" class="d-flex">
<v-card class="my-8 mr-4 ml-4 border-radius firstBlock" flat>
<div v-if="!isManage2faPage" class="d-flex application-body">
<v-card class="my-8 mr-4 ml-4 firstBlock" flat>
<v-list>
<v-list-item>
<v-list-item-content>
Expand Down

0 comments on commit 57341a0

Please sign in to comment.