commit 08-2025
This commit is contained in:
parent
9b54eb0512
commit
02f2a4c23e
184 changed files with 31653 additions and 22327 deletions
|
|
@ -1,102 +1,106 @@
|
|||
body {
|
||||
line-height: 1.2em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
.text-muted {
|
||||
color: #8e8f90 !important;
|
||||
color: #8e8f90 !important;
|
||||
}
|
||||
.btn-primary:hover {
|
||||
background: #5f7567;
|
||||
background: #5f7567;
|
||||
}
|
||||
.btn-primary:focus,
|
||||
.btn-primary.focus {
|
||||
background: #5f7567;
|
||||
background: #5f7567;
|
||||
}
|
||||
a {
|
||||
color: #46564d;
|
||||
color: #46564d;
|
||||
}
|
||||
|
||||
|
||||
a:hover {
|
||||
color: #5f7567;
|
||||
color: #5f7567;
|
||||
}
|
||||
|
||||
.alert-success {
|
||||
border-color: #f2ffeb;
|
||||
background-color: #b5c49b;
|
||||
color: #f2ffea;
|
||||
border-color: #f2ffeb;
|
||||
background-color: #b5c49b;
|
||||
color: #f2ffea;
|
||||
}
|
||||
|
||||
.mr-lg-1-5 {
|
||||
margin-right: 1rem !important;
|
||||
margin-right: 1rem !important;
|
||||
}
|
||||
|
||||
#accordion a.card-header {
|
||||
background: #fff;
|
||||
padding: 0.6rem 1.5rem;
|
||||
background: #fff;
|
||||
padding: 0.6rem 1.5rem;
|
||||
}
|
||||
|
||||
#accordion a.card-header:hover, #accordion a.card-header:focus {
|
||||
background: #fff;
|
||||
#accordion a.card-header:hover,
|
||||
#accordion a.card-header:focus {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.text-dark[href]:hover {
|
||||
color: #696f5b !important
|
||||
color: #696f5b !important;
|
||||
}
|
||||
|
||||
#accordion .card-body {
|
||||
font-size: 0.95em;
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.user-view-table tr td:first-child {
|
||||
width: 220px;
|
||||
width: 220px;
|
||||
}
|
||||
|
||||
.table th, .table td {
|
||||
border-top: 1px solid #d6d6de;
|
||||
.table th,
|
||||
.table td {
|
||||
border-top: 1px solid #d6d6de;
|
||||
}
|
||||
.btn {
|
||||
font-weight: 500;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.footer.bg-white .footer-link:hover, .footer.bg-white .footer-link:focus {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
text-decoration: underline;
|
||||
|
||||
.footer.bg-white .footer-link:hover,
|
||||
.footer.bg-white .footer-link:focus {
|
||||
color: rgba(0, 0, 0, 0.9);
|
||||
text-decoration: underline;
|
||||
}
|
||||
.footer.bg-white .footer-link {
|
||||
color: rgba(0, 0, 0, 1);
|
||||
text-decoration: none;
|
||||
|
||||
color: rgba(0, 0, 0, 1);
|
||||
text-decoration: none;
|
||||
}
|
||||
.footer p {
|
||||
color:#000;
|
||||
color: #000;
|
||||
}
|
||||
.footer.bg-white {
|
||||
background-color: #fff !important;
|
||||
background-color: #fff !important;
|
||||
}
|
||||
.footer a {
|
||||
color:#000;
|
||||
|
||||
color: #000;
|
||||
}
|
||||
.footer a:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.badge-success {
|
||||
background-color: #b5c49b;
|
||||
color: #fff;
|
||||
background-color: #b5c49b;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.form-control.has-error {
|
||||
border: 1px solid #ea8e49;
|
||||
border: 1px solid #ea8e49;
|
||||
}
|
||||
.text-dark.active {
|
||||
color: #fff !important;
|
||||
background-color: #928876 !important;
|
||||
color: #fff !important;
|
||||
background-color: #928876 !important;
|
||||
}
|
||||
|
||||
[data-toggle="collapse"].collapsed .if-not-collapsed {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.badge-warning-dark {
|
||||
background-color: #f98000;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue