0
0
Fork 0

feat: apply color when today

This commit is contained in:
Javier Segarra 2024-09-18 16:26:56 +00:00
parent b3f27d9a84
commit 1cb2981f97
1 changed files with 8 additions and 0 deletions

View File

@ -268,6 +268,7 @@ input::-webkit-inner-spin-button {
max-width: 400px;
}
}
.edit-photo-btn {
position: absolute;
right: 12px;
@ -280,3 +281,10 @@ input::-webkit-inner-spin-button {
color: var(--vn-label-color);
text-transform: uppercase;
}
.q-date {
&__today {
border: 2px solid $info;
color: $info;
}
}