From 926a776efcbda095ec9828b304e185838d95a131 Mon Sep 17 00:00:00 2001 From: vishwas1 Date: Wed, 18 Dec 2024 13:46:56 +0530 Subject: [PATCH] fixed some css --- src/App.vue | 2 +- src/components/AppInstructions.vue | 20 +++------------ src/components/MainPage.vue | 2 +- src/components/commons/AppInstructionStep.vue | 2 +- src/components/commons/AskPIN.vue | 2 +- src/components/commons/ChooseDocumentType.vue | 4 +-- src/components/commons/NavBar.vue | 2 +- src/components/commons/Preview.vue | 6 ++--- src/components/commons/RegisterPIN.vue | 2 +- src/components/e-kyc/Liveliness.vue | 4 +-- src/components/e-kyc/SignIn.vue | 16 ++---------- src/components/e-kyc/UserConsent.vue | 2 +- src/components/e-kyc/VaultPIN.vue | 2 +- src/components/e-kyc/ZKProofs.vue | 14 +++++++---- src/components/utils/lang/en.js | 2 +- src/style/global.css | 25 +++++++++++++++++-- 16 files changed, 54 insertions(+), 53 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3520f48..e7289e1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -80,7 +80,7 @@ export default { name: 'Proofs Generation', previous: 4, isEnabled: false, - stepTitle: 'Generate Zero Knowledge Proof(s) & Mint your on-chain Identity', + stepTitle: 'Generate ZK Proof(s) & Mint your on-chain Identity', logo: 'proof.png', requiredCredentialTypes: ['zkProofOfKYC', 'zkProofOfAge', 'zkProofOfPersonHood'], hasDone: false, diff --git a/src/components/AppInstructions.vue b/src/components/AppInstructions.vue index ee10cd0..c14c062 100644 --- a/src/components/AppInstructions.vue +++ b/src/components/AppInstructions.vue @@ -29,18 +29,6 @@ .checkbox-item input { margin-right: 5px; } - -.widget-card-width { - width: 70%; - margin: auto; -} - -@media (max-width: 768px) { - .widget-card-width { - margin: auto; - width: 100%; - } -}