Files
remark42/frontend/app/components/thread/thread.scss
T

14 lines
217 B
SCSS

.thread_indented {
padding-left: 17px;
border-left: 1px dotted rgba(0, 0, 0, 0.15);
}
.thread_level_5,
.thread_level_6 {
padding-left: 5px;
}
.thread_level_6 {
border-left: 1px dotted rgba(0, 0, 0, 0.08);
}