template view store done

This commit is contained in:
Alexandro Uc Santos
2025-02-08 19:03:08 -06:00
parent 7092ab388c
commit 9ec7296340
8 changed files with 276 additions and 31 deletions

View File

@@ -183,6 +183,16 @@ td {
font-size: 1rem;
}
.custom-input-fill {
background-color: white;
border-radius: 8px;
border-width: 1px !important;
border-color: rgb(226, 214, 214) !important;
border-style: solid !important;
padding: 12px 12px;
font-size: 1rem;
}
.custom-input:enabled{
border: none;
}