width 추가.

w-10
w-15
w-20
main
jjh 1 year ago
parent 9dde232153
commit f31ec7021c

@ -10961,6 +10961,18 @@ button.list-group-item-gray.active {
width: auto !important; width: auto !important;
} }
.w-10 {
width: 10% !important;
}
.w-15 {
width: 15% !important;
}
.w-20 {
width: 20% !important;
}
.w-25 { .w-25 {
width: 25% !important; width: 25% !important;
} }

Loading…
Cancel
Save