Merge branch 'staging' into placeholder-resize

This commit is contained in:
Raktima
2023-12-06 10:13:03 +05:30
committed by GitHub
18 changed files with 414 additions and 221 deletions
@@ -8,7 +8,6 @@
.penContainer {
width: 460px;
}
.borderResize {
position: absolute;
display: inline-block;
@@ -16,7 +15,26 @@
height: 14px;
}
.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);
}
.emailToast{
position: absolute;
z-index: 10;
background: #aeedae;
padding: 0 3px 3px 3px;
margin: 2px;
border-radius: 2px;
}
.signatureBtn {
border: 1.5px solid #47a3ad;
margin-bottom: 10px;