More work on sending/reading proof hint flags

This commit is contained in:
N-Pex 2025-09-05 11:16:50 +02:00
parent dd76692640
commit 66eef037e0
9 changed files with 267 additions and 219 deletions

View file

@ -482,7 +482,8 @@ $hiliteColor: #4642f1;
}
.send-attachments-info-popup {
background-color: rgba(0, 0, 0, 0.9);
background-color: rgba(0, 0, 0, 0.8);
border-radius: 24px 24px 0 0;
.done-button {
padding: 14px 24px;
@ -621,6 +622,20 @@ $hiliteColor: #4642f1;
}
}
.detail-info {
color: #333333;
background-color: #DAD9FC;
padding: 16px;
margin: 16px 0 16px 0;
border-radius: 8px 8px 0 8px;
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 125%;
letter-spacing: 0.4px;
vertical-align: middle;
}
.detail-row {
margin-top: 12px;
font-family: "Inter", sans-serif;
@ -629,9 +644,29 @@ $hiliteColor: #4642f1;
line-height: 125%;
letter-spacing: 0.4px;
color: rgba(255, 255, 255, 0.9);
display: flex;
.v-icon {
padding: 9.33px;
margin-right: 8px;
width: 32px;
height: 32px;
background-color: black;
}
.detail-row__text {
display: flex;
flex-direction: column;
}
.detail-row__title {
color: #dad9fc;
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 125%;
letter-spacing: 0.4px;
vertical-align: middle;
}
}
}