fix: date copy & btn add emails
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user