Start on C2PA and Exif info boxes on upload

This commit is contained in:
N-Pex 2025-07-04 12:51:57 +02:00
parent 114c09eb50
commit 54a1c05ddf
14 changed files with 337 additions and 49 deletions

View file

@ -472,6 +472,7 @@ $hiliteColor: #4642f1;
}
.send-attachments-info-popup {
background-color: rgba(0,0,0,0.9);
.done-button {
padding: 14px 24px;
}
@ -531,7 +532,7 @@ $hiliteColor: #4642f1;
background-color: #242424;
border-radius: 8px;
border: 2px solid #242424;
&.selected {
border: 2px solid #4642F1;
}
@ -571,12 +572,32 @@ $hiliteColor: #4642f1;
}
}
.c2pa-badge {
overflow: hidden;
.attachment-info__detail-box {
margin-top: 32px;
padding: 16px;
border-radius: 8px;
background-color: $backgroundDark;
.v-icon {
width: 32px;
height: 32px;
.detail-title {
font-family: "Inter", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 125%;
letter-spacing: 0.4px;
vertical-align: middle;
}
.detail-row {
margin-top: 12px;
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 125%;
letter-spacing: 0.4px;
color: rgba(255, 255, 255, 0.9);
.v-icon {
margin-right: 8px;
}
}
}
}