-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: VC visible after deletion (#77)
* update version and changelog, fix refresh after delete vc * update no credential message and view * update no credential msg and settings styles * Delete .vscode directory * Delete .github/workflows/security.yml * Update build.yml * Update release.yml * Update CHANGELOG.md * Update credentials.page.ts --------- Co-authored-by: Oriol Canadés <oriol.canades@in2.es>
- Loading branch information
1 parent
7352c19
commit 9687558
Showing
14 changed files
with
110 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,38 @@ | ||
.settings-list { | ||
margin: 20px; | ||
--ion-item-background: white; | ||
.settings-box { | ||
white-space: pre-line; | ||
color: grey; | ||
width: 70%; | ||
margin: 60px 15%; | ||
border-radius: 5px; | ||
background-color: #f2f4f8; | ||
position: relative; | ||
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | ||
flex-grow: 1; | ||
display: flex; | ||
text-align: center; | ||
justify-content:center; | ||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
.settings-list { | ||
width: 97%; | ||
--ion-item-background: #f2f4f8; | ||
--ion-item-color: grey; | ||
--ion-item-border-width: 0px; | ||
} | ||
|
||
.settings-icon { | ||
margin-right: 1rem; | ||
} | ||
|
||
ion-item { | ||
--border-width: 0px; | ||
--inner-border-width: 0px; | ||
--border-color: transparent; | ||
border: none; | ||
box-shadow: none; | ||
} | ||
|
||
ion-button{ | ||
margin-left:16px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters