|
|
@ -105,8 +105,7 @@ body {
|
|
|
|
line-height: var(--bs-body-line-height);
|
|
|
|
line-height: var(--bs-body-line-height);
|
|
|
|
color: var(--bs-body-color);
|
|
|
|
color: var(--bs-body-color);
|
|
|
|
background-color: var(--bs-body-bg);
|
|
|
|
background-color: var(--bs-body-bg);
|
|
|
|
-webkit-text-size-adjust: 100%;
|
|
|
|
text-size-adjust: 100%;
|
|
|
|
-webkit-tap-highlight-color: rgba(67, 89, 113, 0);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
hr {
|
|
|
|
hr {
|
|
|
@ -329,6 +328,7 @@ caption {
|
|
|
|
th {
|
|
|
|
th {
|
|
|
|
font-weight: 600;
|
|
|
|
font-weight: 600;
|
|
|
|
text-align: -webkit-match-parent;
|
|
|
|
text-align: -webkit-match-parent;
|
|
|
|
|
|
|
|
text-align: match-parent;
|
|
|
|
text-align: inherit;
|
|
|
|
text-align: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -1952,7 +1952,6 @@ table.compress-cell > :not(caption) > * > * {
|
|
|
|
.table-responsive {
|
|
|
|
.table-responsive {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
border:solid 1px #d9dee3;
|
|
|
|
border:solid 1px #d9dee3;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* 그리드 테이블 */
|
|
|
|
/* 그리드 테이블 */
|
|
|
@ -2007,31 +2006,26 @@ table:has(.sticky-thead) td {
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
.table-responsive-sm {
|
|
|
|
.table-responsive-sm {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
.table-responsive-md {
|
|
|
|
.table-responsive-md {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
|
|
@media (max-width: 991.98px) {
|
|
|
|
.table-responsive-lg {
|
|
|
|
.table-responsive-lg {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1199.98px) {
|
|
|
|
@media (max-width: 1199.98px) {
|
|
|
|
.table-responsive-xl {
|
|
|
|
.table-responsive-xl {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 1399.98px) {
|
|
|
|
@media (max-width: 1399.98px) {
|
|
|
|
.table-responsive-xxl {
|
|
|
|
.table-responsive-xxl {
|
|
|
|
overflow-x: auto;
|
|
|
|
overflow-x: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.form-label {
|
|
|
|
.form-label {
|
|
|
@ -15670,7 +15664,7 @@ button.list-group-item-gray.active {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-moz-font-feature-settings: "liga" on;
|
|
|
|
font-feature-settings: "liga" on;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
font-smoothing: antialiased;
|
|
|
|
font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|