fix: date copy & btn add emails

This commit is contained in:
Alexandro Uc Santos
2025-05-07 20:01:51 -06:00
parent 4eac691907
commit 8eeb750e91
5 changed files with 23 additions and 11 deletions

View File

@@ -240,8 +240,21 @@ td {
display: flex;
flex-direction: row;
gap: 1rem;
align-items: center;
align-items: end;
}
.btn-leading-input {
padding: 10px 12px;
background-color: #323030;
color: #FFF;
border: none;
border-radius: 8px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: background-color 0.3s;
}
.input-observer {
flex: 1;
}