commit 09/09/2025

This commit is contained in:
2025-09-09 15:54:42 +07:00
parent c01c4e39fd
commit 40f462ce79
24 changed files with 8923 additions and 503 deletions

View File

@@ -55,3 +55,8 @@
border-radius: 50%;
}
.pad-icon {
display: flex;
align-items: center;
}

View File

@@ -0,0 +1,190 @@
body {
background-color: #f8f9fd;
overflow-x: hidden;
width: 100%;
}
.pad-header {
padding: 1em;
}
.pad-button {
margin-bottom: 0.5em;
}
.search {
display: flex;
align-items: center;
}
.text-header {
color: #2d3578;
}
.bg-header {
background-color: #f0f2ff !important;
}
.text-right {
text-align: right;
}
.bg-status-1 {
background-color: #ffffff;
}
.bg-status-2 {
background-color: #dce5f4;
}
.neu-button {
background-color: #f5f5f5;
border-radius: 20px;
box-shadow: inset 4px 4px 10px #88a5bf7b, inset -4px -4px 10px #ffffff;
/*color: #4d4d4d;*/
cursor: pointer;
font-size: 16px;
/*padding: 15px 40px;*/
transition: all 0.2s ease-in-out;
border: 1px solid #88a5bf7b;
}
.neu-button:hover {
box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}
.neu-button:focus {
outline: none;
box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}
.btn-round-basic:focus {
background-color: #f5f5f5;
border-radius: 20px;
box-shadow: inset 4px 4px 10px #88a5bf7b, inset -4px -4px 10px #ffffff;
color: #4d4d4d;
cursor: pointer;
font-size: 16px;
transition: all 0.2s ease-in-out;
border: 1px solid #88a5bf7b;
}
.btn-round-basic {
border-radius: 20px;
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
--bs-btn-hover-bg: #ffffff;
}
.btn-round-basic:hover {
outline: none;
box-shadow: inset 2px 2px 5px #bcbcbc, inset -2px -2px 5px #ffffff, 2px 2px 5px #bcbcbc, -2px -2px 5px #ffffff;
}
.color-import {
color: var(--bs-teal);
}
.color-remove {
color: var(--bs-danger);
}
.color-edit {
color: var(--bs-primary-text-emphasis);
}
.color-add {
color: var(--bs-primary);
}
.input-login {
border-radius: 50px;
box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.btn-login {
border-radius: 20px;
box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
--bs-btn-hover-bg: #5780f2;
background-color: #5278e1;
}
.input-add {
border-radius: 8px;
padding: .375rem .75rem;
margin: 0.3rem 0;
}
.text-add {
margin: 0.6rem 0;
}
.display-show {
display: block;
}
.class25 {
width: 25%;
}
.card-login {
background-color: white;
box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
border-radius: 20px;
border: none;
}
.icon-menu {
color: #2c316d;
}
.text-menu {
color: #2c316d !important;
}
nav-item:hover {
background-color: #2d3578;
color: white;
}
nav-item:focus {
background-color: #4450b1;
color: white;
}
.img-indicator {
display: block;
margin-left: auto;
max-width: 100%;
}
.font-top-menu {
font-size: 2em!important;
font-weight: 200;
padding-left: 0.5em;
}
.card-status {
background-color: var(--card-color);
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
text-align: center;
width: 100%;
padding: 15px;
margin: 10px;
border-radius: 8px;
cursor: pointer;
margin-bottom: 0rem;
}
.text-status {
margin-bottom: 0rem !important;
}
.pad-container {
padding-top: 1em;
}
.bread-menu {
background: #2d3578;
border: none;
}