길이(width) 추가.

main
xitpc\xituser 1 month ago
parent b1cc53bab1
commit cd03765fad

@ -97,7 +97,7 @@ ol > li::marker {
border-bottom-color: #fff;
}
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active {
box-shadow: none !important;
}
@ -203,7 +203,6 @@ strong {
}
/* 모달 사이즈 */
.modal-sm { min-width: 250px; --bs-modal-width: 310px; }
.modal-md { min-width: 400px; --bs-modal-width: 500px; }
@ -212,13 +211,13 @@ strong {
.modal-xxl { min-width: 1400px; --bs-modal-width: 1600px; }
/** 길이,높이 설정 추가 */
.w-px-10 { width: 10px !important; }
.w-px-60 { width: 60px !important; }
.w-px-70 { width: 70px !important; }
.w-px-75 { width: 75px !important; }
.w-px-80 { width: 80px !important; }
.w-px-85 { width: 85px !important; }
.w-px-90 { width: 90px !important; }
.w-px-110 { width: 110px !important; }
.w-px-130 { width: 130px !important; }
@ -251,15 +250,43 @@ strong {
.w-35 { width: 35% !important; }
.w-40 { width: 40% !important; }
.w-45 { width: 45% !important; }
.w-50 { width: 50% !important; }
.w-55 { width: 55% !important; }
.w-60 { width: 60% !important; }
.w-61 { width: 61% !important; }
.w-62 { width: 62% !important; }
.w-63 { width: 63% !important; }
.w-64 { width: 64% !important; }
.w-65 { width: 65% !important; }
.w-66 { width: 66% !important; }
.w-67 { width: 67% !important; }
.w-68 { width: 68% !important; }
.w-69 { width: 69% !important; }
.w-70 { width: 70% !important; }
.w-71 { width: 71% !important; }
.w-72 { width: 72% !important; }
.w-73 { width: 73% !important; }
.w-74 { width: 74% !important; }
.w-75 { width: 75% !important; }
.w-76 { width: 76% !important; }
.w-77 { width: 77% !important; }
.w-78 { width: 78% !important; }
.w-79 { width: 79% !important; }
.w-80 { width: 80% !important; }
.w-81 { width: 81% !important; }
.w-82 { width: 82% !important; }
.w-83 { width: 83% !important; }
.w-84 { width: 84% !important; }
.w-85 { width: 85% !important; }
.w-86 { width: 86% !important; }
.w-87 { width: 87% !important; }
.w-88 { width: 88% !important; }
.w-89 { width: 89% !important; }
.w-90 { width: 90% !important; }
.w-91 { width: 91% !important; }
.w-92 { width: 92% !important; }
.w-93 { width: 93% !important; }
.w-94 { width: 94% !important; }
.w-95 { width: 95% !important; }
.h-px-10 { height: 10px !important; }

Loading…
Cancel
Save