Skip to content

Commit

Permalink
[FE] - changed footer text at issuance side (#26)
Browse files Browse the repository at this point in the history
* Approved list for vc maker

* approved list UI

* removed ununsed code

* remove map extra word

* [FE] - Hide Approve certificate button temporary

* [FE] - Resolved approved on preview button

* changes in logic

* reverted environment file

* Task #231459 - [FE] - Issuance dashboard UI changes

* changed footer text at issuance side
  • Loading branch information
sonaliTekdi authored Dec 4, 2024
1 parent 4c351b1 commit f1b74ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
9 changes: 7 additions & 2 deletions src/app/subheader/subheader.component.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.subheader {
position: fixed;
top: 65px; /* Height of header */
top: 65px;
/* Height of header */
left: 290px;
width: calc(100% - 290px);
padding: 10px;
Expand Down Expand Up @@ -46,6 +47,10 @@
font-weight: 400 !important;
}

.actions .btn:hover {
background: var(--secondarybgColor);
}

.btn-view-profile,
.btn-download,
.btn-share {
Expand All @@ -69,4 +74,4 @@
display: flex;
align-items: center;
gap: 10px;
}
}
3 changes: 2 additions & 1 deletion src/assets/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"environment": "development",
"keycloak": {
"url": "https://dev-uba-registry.tekdinext.com/auth/",

"clientId": "registry-frontend",
"realm": "sunbird-rc"
},
Expand All @@ -10,7 +11,7 @@
"title": "UBI VC Issuance",
"rcBaseUrl": "/registry/api/v1",
"schemaUrl": "/registry/api/docs/swagger.json",
"footerText": "Supported by Bill & Melinda Gates",
"footerText": "Supported by Piramal Foundation",
"languages": ["en", "hi"],
"appType": "attestation",
"default_theme": {
Expand Down
7 changes: 0 additions & 7 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1453,10 +1453,6 @@ textarea.jsoneditor-text {
color: #fff !important;
}

.titleClr-g {
color: #366746 !important;
}

.dsn-sb-btn {
background: #8fb7c1 !important;
color: #535875 !important;
Expand All @@ -1468,9 +1464,6 @@ textarea.jsoneditor-text {
color: #fff !important;
}

.titleClr-r {
color: #ee7272 !important;
}

.dsn-m-btn {
background: #800000 !important;
Expand Down

0 comments on commit f1b74ec

Please sign in to comment.