Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / source / sass / components / _disqus-comments.scss
1 /*
2 |-------------------------------------------------------------------------------
3 | Disqus comments
4 |-------------------------------------------------------------------------------
5 */
6 .c-disqus-comments {
7 margin-top: 30px;
8 padding-top: 30px;
9 border-top: 1px solid $c-gray;
10 }
11
12 .c-disqus-comments__button {
13 display: block;
14 cursor: pointer;
15 margin-top: 10px;
16 padding: 20px 25px;
17 background: $c-gray;
18 }