Initial Public Release
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
.comments {
|
||||
margin: 0;
|
||||
margin-top: 1rem;
|
||||
padding: 0;
|
||||
background: $theme-comments-background;
|
||||
box-shadow: $theme-comments-shadow;
|
||||
color: $theme-comments-color;
|
||||
}
|
||||
|
||||
.comments > .title {
|
||||
padding: .25rem 1rem;
|
||||
margin: 0;
|
||||
font-size: 1.333rem;
|
||||
font-variant: small-caps;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
letter-spacing: 0.05ch;
|
||||
background: $theme-comments-title-background;
|
||||
color: $theme-comments-title-color;
|
||||
}
|
||||
|
||||
.comments > .content {
|
||||
margin: 0px;
|
||||
padding: 1rem 1rem;
|
||||
}
|
||||
Reference in New Issue
Block a user