10 lines
151 B
SCSS
10 lines
151 B
SCSS
.thread_indented {
|
|
padding-left: 17px;
|
|
border-left: 1px dotted rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
.thread_level_6 {
|
|
border-left: none;
|
|
padding-left: 0;
|
|
}
|