feat: mail button on header after sign document in signyourself flow

This commit is contained in:
RaktimaNXG
2023-12-05 12:07:25 +05:30
parent 0102480954
commit ac0cdd28cf
4 changed files with 68 additions and 7 deletions
@@ -8,7 +8,16 @@
.penContainer {
width: 460px;
}
.mailBtn{
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
padding: 3px 15px !important;
background-color: rgb(79 190 241);
border: none !important;
color: white !important;
}
.mailBtn:hover {
box-shadow: 0 2px 4px rgba(154, 36, 36, 0.1), 0 2px 4px rgba(0, 0, 0, 0.18);
}
.signatureBtn {
border: 1.5px solid #47a3ad;
margin-bottom: 10px;