This commit is contained in:
shriyabhandari
2024-11-14 16:13:37 +05:45
parent ddb6ecb12c
commit eb63b543df
5 changed files with 39 additions and 618 deletions

View File

@ -12913,19 +12913,18 @@ font-size: 16px;
line-height: 1.5;
position: relative;
}
.download-attachment {
display: flex;
align-items: center;
margin-top: 15px;
padding: 10px;
border-radius: 5px;
.download-attachment{
display: flex;
align-items: center;
margin-top: 15px;
padding: 10px;
border-radius: 5px;
}
p{
color: black;
}
}
.download-button {
padding: 8px 12px;
padding: 10px 14px;
background-color: rgb(236, 159, 17);
color: white;
text-decoration: none;
@ -12939,3 +12938,4 @@ transform: translate(-50%, -50%);
.download-button:hover {
background-color: #45a049;
}