Skip to content

Commit

Permalink
Merge pull request #3 from Platoniq/fix/login_color_#1_add_platoniq_c…
Browse files Browse the repository at this point in the history
…redits_#2

Fix/login color #1 add platoniq credits #2
  • Loading branch information
microstudi authored Oct 17, 2019
2 parents 16d1756 + 394a9fe commit e3dd219
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/oh/partials/_navbars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
.main-nav__link a:hover{
box-shadow: inset 4px 0 0 0 lighten($primary-pink, 10%);
}

.topbar__user__login{
a{
color: $medium-gray;
font-weight: 600;

&:hover{
color: $anchor-color;
}
}
}
}

.off-canvas .close-button{
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/openheritage/_oh_minifooter.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
target="_blank">
<%= image_tag("decidim/cc-badge.png", alt: "Creative Commons License" ) %>
</a>
<%= t("layouts.decidim.footer.made_with_open_source").html_safe %>
<%= t("oh.layouts.footer.made_by_platoniq").html_safe %>
</div>
<div class="medium-6 large-4 column">
<% if current_organization.official_img_footer? %>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/platoniq/_minifooter.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
target="_blank">
<%= image_tag("decidim/cc-badge.png", alt: "Creative Commons License" ) %>
</a>
<%= t("layouts.decidim.footer.made_with_open_source").html_safe %>
<%= t("oh.layouts.footer.made_by_platoniq").html_safe %>
</div>
<div class="medium-6 large-4 column">
<% if current_organization.official_img_footer? %>
Expand Down
3 changes: 3 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ en:
eu1: This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 776766.
eu2: The sole responsibility for the content of this publication lies with the authors. It does not necessarily represent the opinion of the European Union.
eu3: Neither the EASME nor the European Commission is responsible for any use that may be made of the information contained therein.
layouts:
footer:
made_by_platoniq: Website made with <a target="_blank" href="https://github.com/decidim/decidim">free software</a> by <a target="_blank" href="http://platoniq.net">Platoniq</a>.

0 comments on commit e3dd219

Please sign in to comment.