mirror of
https://github.com/godotengine/discourse-tweaks.git
synced 2025-12-31 13:48:11 +03:00
23 lines
539 B
SCSS
23 lines
539 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;
|
|
border-radius: 8px;
|
|
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;
|
|
}
|