Skip to content

Commit 314a973

Browse files
Merge pull request #123 from OpenSourceOrg/fix/discourse-comment-template
Merge CSS from the customizer for comments
2 parents e65759f + cca6bbf commit 314a973

3 files changed

Lines changed: 40 additions & 1 deletion

File tree

themes/osi/assets/scss/_6_components.comments.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,23 @@
111111
width: calc(100% - 5rem);
112112
}
113113
}
114+
115+
/* Discourse comments link */
116+
.wpdc-join-discussion {
117+
max-width: 730px;
118+
background-color: #f2f3f2;
119+
border: 1px solid #3ea638;
120+
padding: 24px;
121+
margin-left: 32px;
122+
margin-right: 32px;
123+
}
124+
125+
@media only screen and (min-width: 782px) {
126+
.wpdc-join-discussion {
127+
margin-left: 48px;
128+
}
129+
}
130+
131+
.wpdc-join-discussion h3 {
132+
font-weight: 700;
133+
}

themes/osi/style.css

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)