w-78 추가.

main
jjh 10 months ago
parent d349d9d0f8
commit 4a0a80ce7f

@ -1770,18 +1770,18 @@ progress {
table.compress-cell-w > :not(caption) > * > * { table.compress-cell-w > :not(caption) > * > * {
padding-left: 7px !important; padding-left: 7px !important;
padding-right: 7px !important; padding-right: 7px !important;
} }
table.compress-cell-h > :not(caption) > * > * { table.compress-cell-h > :not(caption) > * > * {
padding-top: 4px !important; padding-top: 4px !important;
padding-bottom: 4px !important; padding-bottom: 4px !important;
} }
table.compress-cell > :not(caption) > * > * { table.compress-cell > :not(caption) > * > * {
padding-left: 7px !important; padding-left: 7px !important;
padding-right: 7px !important; padding-right: 7px !important;
padding-top: 4px !important; padding-top: 4px !important;
padding-bottom: 4px !important; padding-bottom: 4px !important;
} }
.table > tbody { .table > tbody {
@ -9758,7 +9758,7 @@ form select.selectpicker.is-invalid ~ .btn {
@media (min-width: 576px) { @media (min-width: 576px) {
.modal-content { .modal-content {
box-shadow: 0 2px 20px 0 rgba(67, 89, 113, 0.45); box-shadow: 0 2px 20px 0 rgba(67, 89, 113, 0.45);
} }
} }
.progress { .progress {
@ -11096,6 +11096,10 @@ button.list-group-item-gray.active {
width: 75% !important; width: 75% !important;
} }
.w-78 {
width: 78% !important;
}
.w-80 { .w-80 {
width: 80% !important; width: 80% !important;
} }

Loading…
Cancel
Save