OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-10-25 db5bbe29f9f724dcafd87b33cc1efd150ed0f489
src/main/webapp/assets/styles/main.css
@@ -30174,3 +30174,39 @@
}
/* 간트차트 end */
/* 트리구조 임시 */
.tree-container {
    background-color: #f1f0f0;
    border: 1px solid #c2c2c2;
    padding: 20px;
}
.tree-body {
}
.tree{
    margin-top: 5px;
}
.tree{
    list-style: none; /* 기본 리스트 스타일 제거 */
    padding-left: 0px;
}
.tree ul {
    list-style: none; /* 기본 리스트 스타일 제거 */
}
.tree li {
    padding-top: 5px;
    margin-bottom: 5px;
    list-style-position: inside;
    padding-left: 10px;
}
.tree li:before{
    content: '└ '
}