2024/01/22 프로세스 명도대비 수정

This commit is contained in:
kmg 2024-01-22 15:32:34 +09:00
parent 2dd296adbe
commit f757b27183

View File

@ -382,7 +382,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
/* 체험교실대시보드 7단계 */ /* 체험교실대시보드 7단계 */
.ex_process {display:flex; justify-content:space-between;} .ex_process {display:flex; justify-content:space-between;}
.ex_process li {border-radius: 10px; width:13.5%; text-align: center; color:#fff; padding:15px 0 18px 0; font-size:22px;} .ex_process li {border-radius: 10px; width:13.5%; text-align: center; color:#fff; padding:15px 0 18px 0; font-size:22px;}
.ex_process li.p {background-color: #a7acb6;} .ex_process li.p {/*background-color: #a7acb6;*/ background-color:#8b919e;}
.ex_process li.p_on {/*background-color:#f37632;*/ background-color:#f05f0f;} .ex_process li.p_on {/*background-color:#f37632;*/ background-color:#f05f0f;}