add: calendar view & calculator view

This commit is contained in:
Alexandro Uc Santos
2023-12-23 18:47:03 -06:00
parent 2bea640d49
commit f31104c8bb
16 changed files with 705 additions and 16 deletions

View File

@@ -11,6 +11,9 @@ body {
background-color: #fdfcfc !important;
}
.radius-sm {
border-radius: 8px !important;
}
.radius-1 {
border-radius: 1rem !important;
}
@@ -247,4 +250,8 @@ td {
font-size: 12px;
font-weight: 300;
}
.clear-xsm {
display: none !important;
}
}