diff --git a/src/App.vue b/src/App.vue index b15d03a..988b560 100644 --- a/src/App.vue +++ b/src/App.vue @@ -155,7 +155,7 @@ -
+
@@ -200,8 +200,8 @@ padding: 5px !important; padding-left: 1.5%; text-align: left; - box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px, - rgba(0, 0, 0, 0.02) 0px 3px 1px -2px, rgba(0, 0, 0, 0.01) 0px 1px 5px 0px; + box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1); + z-index: -1; } .orgNameCss { @@ -258,7 +258,8 @@ .sidebar-wrapper { min-width: 70px; margin-top: 65px; - box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05); + /* box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05); */ + box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1); } .v-sidebar-menu.vsm_white-theme .vsm--mobile-bg { diff --git a/src/assets/css/gblStyle.css b/src/assets/css/gblStyle.css index 0c8ef2d..9b533ac 100644 --- a/src/assets/css/gblStyle.css +++ b/src/assets/css/gblStyle.css @@ -1,6 +1,7 @@ + #app { text-align: left; - background-color: #fff; + /* background-color: #fff; */ font-size: 13px; font-style: normal; font-weight: 400; @@ -9,6 +10,7 @@ color: #636363; } + .button-theme{ background-color: #905ab0; border-collapse: #905ab0; @@ -97,10 +99,18 @@ a { } .card { - border-radius: 10px; + border-radius: 8px; + box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%); } .mandatory{ color: indianred } + +.btn{ + /* border-radius: 20px; */ + /* background-color: #a55be6; */ + /* color: white; */ + /* border: none */ +} \ No newline at end of file diff --git a/src/store/mainStore.js b/src/store/mainStore.js index c69b19c..63d0171 100644 --- a/src/store/mainStore.js +++ b/src/store/mainStore.js @@ -932,7 +932,7 @@ const mainStore = { if (!getters.getSelectedService || !getters.getSelectedService.tenantUrl) { return reject(new Error('Tenant url is null or empty, service is not selected')) } - const url = `${sanitizeUrl(getters.getSelectedService.tenantUrl)}/api/v1/e-kyc/verification/widget-config`; + const url = `${sanitizeUrl(getters.getSelectedService.tenantUrl)}/api/v1/e-kyc/verification/webhook-config`; // const url = `http://localhost:3001/api/v1/e-kyc/verification/webhook-config` const authToken = getters.getSelectedService.access_token const headers = UtilsMixin.methods.getHeader(authToken); diff --git a/src/views/Apps.vue b/src/views/Apps.vue index 9cfb0f8..114bd09 100644 --- a/src/views/Apps.vue +++ b/src/views/Apps.vue @@ -606,10 +606,10 @@ cursor: grab; } -.card { +/* .card { box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%); border-radius: 20px; -} +} */ .icons { cursor: pointer; diff --git a/src/views/SettingConfig.vue b/src/views/SettingConfig.vue index 073de0a..26095a1 100644 --- a/src/views/SettingConfig.vue +++ b/src/views/SettingConfig.vue @@ -63,11 +63,7 @@
- + - - diff --git a/src/views/playground/SSIDashboardCredit.vue b/src/views/playground/SSIDashboardCredit.vue index e474026..70ecc1d 100644 --- a/src/views/playground/SSIDashboardCredit.vue +++ b/src/views/playground/SSIDashboardCredit.vue @@ -63,10 +63,6 @@ padding: 0px; } -.card { - border-radius: 10px; -} - .goschema { color: #339af0; } @@ -287,7 +283,7 @@ h5 span { {{ numberFormat(bananaQuantity) - }} + }} @@ -306,7 +302,7 @@ h5 span { {{ numberFormat(orangeQuantity) - }} + }} diff --git a/src/views/playground/Schema.vue b/src/views/playground/Schema.vue index 82f36f1..a274aaf 100644 --- a/src/views/playground/Schema.vue +++ b/src/views/playground/Schema.vue @@ -6,14 +6,17 @@ box-shadow: 2px 0 10px rgb(0 0 0 / 10%); animation: flash 0.4s cubic-bezier(1, 0, 0, 1); } + @keyframes flash { 0% { opacity: 0; } + 100% { opacity: 1; } } + .addmargin { margin-top: 10px; margin-bottom: 10px; @@ -53,12 +56,14 @@ background: #f5dda71c; color: #888b8f; } -.far{ + +.far { color: gray; font-size: 1.5em; padding-top: 10px; cursor: pointer; } + .sm-tiles:hover { float: left; padding: 5px; @@ -75,142 +80,138 @@ word-wrap: anywhere; } -.card { - border-radius: 10px; -} .container { - padding: 20px; - text-align: left; - } + padding: 20px; + text-align: left; +} - .tile{ - max-height:150px; - overflow: auto - } - .selected-media-wrapper { +.tile { + max-height: 150px; + overflow: auto +} + +.selected-media-wrapper { border: 1px dashed; max-height: 100px; background-color: #f5f5f5; border-radius: 10px; } + .rounded { cursor: pointer; } + .schemaProp { background-color: lightgoldenrodyellow; color: grey; border: 1ps solid lightcyan; - font-size:small; + font-size: small; } -.theme-color{ - background-color:rgba(241, 179, 25, 0.24); + +.theme-color { + background-color: rgba(241, 179, 25, 0.24); color: #212529; } -.bg-transparant{ + +.bg-transparant { background-color: transparent !important; color: #212529; } + .scrollit { - overflow:hidden; - height:600px; + overflow: hidden; + height: 600px; } -.scrollit:hover{ + +.scrollit:hover { overflow-y: auto; } -.head{ + +.head { position: fixed; z-index: 400; }