first commit

This commit is contained in:
Dongho Kim
2025-05-21 15:00:13 +00:00
commit da3ac0e469
39 changed files with 16602 additions and 0 deletions

35
webapp/css/style.css Normal file
View File

@ -0,0 +1,35 @@
/* Enter your custom styles here */
.dashboardCardReservation,
.dashboardCardRevenue {
padding: 1.5rem !important;
}
.dashboardCardReservation {
background-color: #b5f488e1; /* blue background */
padding: 1rem;
border-radius: 8px;
color: white; /* text color */
box-shadow: 0 2px 4px #ffffff26;
width: 50%;
height: auto;
}
.dashboardCardRevenue {
background-color: #67befcce; /* blue background */
padding: 1rem;
border-radius: 8px;
color: white; /* text color */
box-shadow: 0 2px 4px #ffffff26;
width: 50%;
height: auto;
}
.dashboardCardFontLarge {
font-size: 1.4rem !important; /* or any size you want */
font-weight: bold; /* optional */
height:auto;
}
.dashboardCardFontSmall{
font-size: 0.7rem !important; /* or any size you want */
font-weight: bold; /* optional */
height: auto;
}