mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-11 02:53:37 +01:00
16 lines
No EOL
166 B
SCSS
16 lines
No EOL
166 B
SCSS
.comments {
|
|
padding-left: 0;
|
|
}
|
|
|
|
.comments li {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.comments--box {
|
|
z-index: 99;
|
|
}
|
|
|
|
.comments--count {
|
|
z-index: 0;
|
|
margin-top: -2em;
|
|
} |