mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-27 17:30:07 -07:00
18 lines
201 B
SCSS
18 lines
201 B
SCSS
.ui.comments {
|
|
max-width: 1200px
|
|
}
|
|
|
|
.ratings {
|
|
dl dt {
|
|
font-size: 1.2em;
|
|
margin-bottom: 0.5em;
|
|
}
|
|
dl dd {
|
|
margin-bottom: 1em;
|
|
}
|
|
}
|
|
|
|
.ui.comments .comment > .ratings ~ .content {
|
|
|
|
}
|