Files
discourse-tweaks/common/common.scss
2023-11-13 15:29:01 +01:00

22 lines
518 B
SCSS

.d-wrap[data-wrap="comment"] {
padding: 0px;
padding-left: 2.5em;
padding-right: 0.75em;
color: rgb(221, 221, 221);
border: 1px solid #585858;
border-left: 5px solid #585858;
background-color: rgb(43, 43, 43);
background-image: url("/images/emoji/google/speech_balloon.png");
background-repeat: no-repeat;
background-size: 1.5em;
background-position: 0.5em 1em;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 1em;
}
.d-wrap[data-wrap="footnote"] {
font-size: smaller;
font-weight: bold;
}