width 추가

main
jjh 1 year ago
parent fb630b3232
commit 52c5027288

@ -10953,6 +10953,10 @@ button.list-group-item-gray.active {
width: 35% !important; width: 35% !important;
} }
.w-40 {
width: 40% !important;
}
.w-45 { .w-45 {
width: 45% !important; width: 45% !important;
} }
@ -10981,10 +10985,22 @@ button.list-group-item-gray.active {
width: 75% !important; width: 75% !important;
} }
.w-80 {
width: 80% !important;
}
.w-85 { .w-85 {
width: 85% !important; width: 85% !important;
} }
.w-90 {
width: 90% !important;
}
.w-95 {
width: 95% !important;
}
.w-100 { .w-100 {
width: 100% !important; width: 100% !important;
} }

Loading…
Cancel
Save