mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-04 19:54:00 +09:00
css 에 % width 속성 추가
This commit is contained in:
@@ -18,4 +18,45 @@
|
|||||||
}
|
}
|
||||||
#search_modal_content{
|
#search_modal_content{
|
||||||
height : 80vh;
|
height : 80vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-10{
|
||||||
|
width : 10%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-15{
|
||||||
|
width : 15%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-20{
|
||||||
|
width : 20%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-25{
|
||||||
|
width : 25%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-30{
|
||||||
|
width : 30%!important;
|
||||||
|
}
|
||||||
|
.w-35{
|
||||||
|
width : 35%!important;
|
||||||
|
}
|
||||||
|
.w-40{
|
||||||
|
width : 40%!important;
|
||||||
|
}
|
||||||
|
.w-45{
|
||||||
|
width : 45%!important;
|
||||||
|
}
|
||||||
|
.w-50{
|
||||||
|
width : 50%!important;
|
||||||
|
}
|
||||||
|
.w-55{
|
||||||
|
width : 50%!important;
|
||||||
|
}
|
||||||
|
.w-60{
|
||||||
|
width : 60%!important;
|
||||||
|
}
|
||||||
|
.w-65{
|
||||||
|
width : 65%!important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -18,4 +18,45 @@
|
|||||||
}
|
}
|
||||||
#search_modal_content{
|
#search_modal_content{
|
||||||
height : 80vh;
|
height : 80vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.w-10{
|
||||||
|
width : 10%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-15{
|
||||||
|
width : 15%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-20{
|
||||||
|
width : 20%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-25{
|
||||||
|
width : 25%!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.w-30{
|
||||||
|
width : 30%!important;
|
||||||
|
}
|
||||||
|
.w-35{
|
||||||
|
width : 35%!important;
|
||||||
|
}
|
||||||
|
.w-40{
|
||||||
|
width : 40%!important;
|
||||||
|
}
|
||||||
|
.w-45{
|
||||||
|
width : 45%!important;
|
||||||
|
}
|
||||||
|
.w-50{
|
||||||
|
width : 50%!important;
|
||||||
|
}
|
||||||
|
.w-55{
|
||||||
|
width : 50%!important;
|
||||||
|
}
|
||||||
|
.w-60{
|
||||||
|
width : 60%!important;
|
||||||
|
}
|
||||||
|
.w-65{
|
||||||
|
width : 65%!important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user