Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix theme issues #62

Open
wants to merge 1 commit into
base: quince
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,13 @@ section.course-info header.course-profile .intro-inner-wrapper .heading-group {

div.intro-course {
background-color: #0abef0ff;
}

.discussion-module .btn, .wmd-prompt-dialog .btn {
background-color: #fff;
color: $primary;
}

.btn-link {
color: $primary;
}
163 changes: 1 addition & 162 deletions env/build/openedx/themes/community-theme/lms/static/dist/style.css

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<div>
<div class="footer-logos">
<a href="https://twitter.com/abstractGmbH" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter fa-2x" style="color:black;"></i>
<i class="fab fa-twitter" style="color:black;"></i>
</a>
<a href="https://www.linkedin.com/company/abstract-technology-gmbh/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin fa-2x" style="color:black;"></i>
<i class="fab fa-linkedin" style="color:black;"></i>
</a>
</div>
<div class="footer-rights">
Expand Down Expand Up @@ -63,12 +63,12 @@
<a href="/contact">Contact</a>
</div>
<div>
<div class="footer-logos">
<div class="footer-logos 11">
<a href="https://twitter.com/abstractGmbH" target="_blank" rel="noopener noreferrer">
<i class="fab fa-twitter fa-2x" style="color:black;"></i>
<img class="" src="/static/community-theme/images/twitter_bird_icon.svg" alt="twitter">
</a>
<a href="https://www.linkedin.com/company/abstract-technology-gmbh/" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin fa-2x" style="color:black;"></i>
<img class="" src="/static/community-theme/images/linkedin_icon.svg" alt="linkedin">
</a>
</div>
<div class="footer-rights">
Expand Down