CRUD building and concept codes

This commit is contained in:
2026-06-24 14:11:55 +07:00
parent 09de1c3e92
commit 75830562c4
24 changed files with 1024 additions and 82 deletions

View File

@@ -469,7 +469,6 @@ Lab & User Profile
border-color: #d3d5d7 !important;
}
.nav .menu-icon{
/*color: #3b86d1 !important;*/
color: #12931d !important;
}
.sidebar .nav.sub-menu .nav-item::before {
@@ -536,10 +535,15 @@ input[type=number] {
}
.sidebar .nav.sub-menu .nav-item::before {
width: 5px;
height: 5px;
border-radius: 50px !important;
background: #469f37;
width: 6px;
height: 6px;
border-radius: 0px !important;
background: #ffffff;
border: 1px solid #12931d;
}
.sidebar .nav-item:has(.nav-link.active)::before {
background: #12931d;
}
.modal-header .modal-title{
@@ -614,11 +618,6 @@ div select{
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
font-weight: 450 !important;
border-right: 5px solid #1460ab !important;
}
.nav-tabs .nav-link {
border-top-left-radius: 0 !important;