17 lines
436 B
CSS
17 lines
436 B
CSS
/* 전역 */
|
|
body {padding-top: 5em; font-size: 0.9em;}
|
|
/* 사이드바 폭 */
|
|
.offcanvas.show,.offcanvas.showing,.offcanvas.hiding {width: 250px; }
|
|
|
|
/* 로그인 */
|
|
.container-login button {margin-top: 20px; width: 100%;}
|
|
.container-login h2 {text-align: center;}
|
|
|
|
/* viplist 전체숫자 */
|
|
.viplist_head {}
|
|
.mod-label {width:200px;}
|
|
|
|
.unused td {color:gray !important}
|
|
|
|
/* 중복체크 */
|
|
.checkdup {height: 25px; text-align: right;} |