Skip to content

Commit

Permalink
add back button
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Node-Karlsruhe committed Dec 1, 2022
1 parent b527e57 commit f77d1e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ html, body {margin: 0; height: 100%; overflow: hidden}
--bs-tooltip-bg: var(--bs-primary);
}

#backbutton {
position: absolute;
left: .2rem;
top: .2rem;
}

#logo {
position: absolute;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/views/Verify.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<div class="card m-auto shadow" style="min-width: 80%; height: 90vh;">
<div class="card-header text-center p-3 pb-1">
<router-link to="/"><i id="backbutton" style="font-size: 2rem;" class="bi-arrow-left-square-fill mx-3 my-1" role="img" aria-label="API Docs"></i></router-link>
<h3 class="mb-0 mx-5">Verifiable Credential Verifier</h3>
<a href="https://github.com/european-epc-competence-center/vc-verifier"><i class="bi-github mx-3" role="img" aria-label="GitHub"></i></a>
<a href="https://ssi.eecc.de/api/verifier/swagger/"><i class="bi-filetype-doc mx-3" role="img" aria-label="API Docs"></i></a>
Expand Down

0 comments on commit f77d1e3

Please sign in to comment.