Add credentials panel on view page; remove copy buttons from dashboard cards

This commit is contained in:
2026-04-28 13:47:46 +00:00
parent 4cc19b32d8
commit beb6828520
3 changed files with 64 additions and 39 deletions
-20
View File
@@ -392,26 +392,6 @@ button {
letter-spacing: .12em;
font-size: 0.9rem;
}
.svc-cred-copy {
flex-shrink: 0;
width: 26px;
height: 26px;
border: 1px solid #b0c8de;
border-radius: 6px;
background: #fff;
color: #3a6d96;
cursor: pointer;
display: grid;
place-items: center;
padding: 0;
font-size: 0.78rem;
transition: background .15s, color .15s, border-color .15s;
font-family: sans-serif;
}
.svc-cred-copy::before { content: "\2398"; font-size: 0.9rem; }
.svc-cred-copy.copied { background: #1a8a4a; border-color: #1a8a4a; color: #fff; }
.svc-cred-copy.copied::before { content: "\2713"; }
.svc-cred-copy:hover:not(.copied) { background: #e6f0f9; border-color: #7aabcf; }
.tile-link {
position: absolute;