Skip to content

Commit cfd3235

Browse files
fuzzylogic2000Rineee
authored andcommitted
templates/footer: add kosmo specific styling
1 parent 415d306 commit cfd3235

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

adhocracy-plus/assets/scss/components/_footer.scss

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
}
2222
}
2323

24+
.footer__info-btn {
25+
@extend .btn--text-color-inverted;
26+
}
27+
2428
.footer__description {
2529
font-family: $font-family-serif;
2630
}

adhocracy-plus/templates/footer.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<div class="row">
1919
{% if pages.open_content_link %}
2020
<div class="col-sm-6 d-flex flex-column">
21-
<a class="btn btn--secondary-transparent footer__info-btn" href="{{ pages.open_content_link }}">Open Content</a>
21+
<a class="btn btn--transparent footer__info-btn" href="{{ pages.open_content_link }}">Open Content</a>
2222
</div>
2323
{% endif %}
2424
{% if pages.github_repo_link %}
2525
<div class="col-sm-6 d-flex flex-column mt-4 mt-sm-0">
26-
<a class="btn btn--secondary-transparent footer__info-btn" href="{{ pages.github_repo_link }}">Open Source</a>
26+
<a class="btn btn--transparent footer__info-btn" href="{{ pages.github_repo_link }}">Open Source</a>
2727
</div>
2828
{% endif %}
2929
</div>

0 commit comments

Comments
 (0)