Add the "learn more" link to C2PA info (to proofmode.org/verify)

This commit is contained in:
N-Pex 2025-07-04 14:58:55 +02:00
parent 54a1c05ddf
commit 85042ecf36
3 changed files with 23 additions and 1 deletions

View file

@ -472,7 +472,8 @@ $hiliteColor: #4642f1;
}
.send-attachments-info-popup {
background-color: rgba(0,0,0,0.9);
background-color: rgba(0, 0, 0, 0.9);
.done-button {
padding: 14px 24px;
}
@ -587,6 +588,21 @@ $hiliteColor: #4642f1;
vertical-align: middle;
}
.detail-subtitle {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 125%;
letter-spacing: 0.4px;
margin-top: 8px;
padding-bottom: 4px;
a, a:visited {
font-weight: 700;
color: #8A87FF;
text-decoration: none !important;
}
}
.detail-row {
margin-top: 12px;
font-family: "Inter", sans-serif;
@ -595,6 +611,7 @@ $hiliteColor: #4642f1;
line-height: 125%;
letter-spacing: 0.4px;
color: rgba(255, 255, 255, 0.9);
.v-icon {
margin-right: 8px;
}