Skip to content

Commit

Permalink
give angular.de small color and logo polish to fit new angular style
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Feb 22, 2024
1 parent 53cedd5 commit ab0acff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _pages/schulungen/_99_booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<span class="small d-inline d-sm-none"> Auf Anfrage </span>
</div>
<div class="col-sm-3 text-md-end">
<a class="btn btn-primary btn-sm w-100 shadow" href="https://workshops.de/seminare-schulungen-kurse/{{ include.slug }}/inhouse?utm_source={{ site.utm_source }}&utm_campaign=website-link-event-inhouse&utm_medium=button&utm_content=workshops-list" target="_blank"><span class="visually-hidden">{{ include.topic }} Inhouse</span> Zur Anfrage</a>
<a class="btn btn-primary btn-sm w-100" href="https://workshops.de/seminare-schulungen-kurse/{{ include.slug }}/inhouse?utm_source={{ site.utm_source }}&utm_campaign=website-link-event-inhouse&utm_medium=button&utm_content=workshops-list" target="_blank"><span class="visually-hidden">{{ include.topic }} Inhouse</span> Zur Anfrage</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -126,7 +126,7 @@
{% endif %}
</div>
<div class="col-sm-3 text-end">
<a class="btn btn-primary btn-sm w-100 shadow" href="{{ event.offers.url }}?utm_source={{ site.utm_source }}&utm_campaign=website-link-event-date&utm_medium=button&utm_content=workshops-list#booking" target="_blank">Zur Buchung</a>
<a class="btn btn-primary btn-sm w-100" href="{{ event.offers.url }}?utm_source={{ site.utm_source }}&utm_campaign=website-link-event-date&utm_medium=button&utm_content=workshops-list#booking" target="_blank">Zur Buchung</a>
</div>
</div>
</div>
Expand Down
5 changes: 4 additions & 1 deletion assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $footer-background: #262a2f;

.navbar-banner {
color: $white;
background: $primary;
background: #463fa6;
box-shadow: none;

a {
Expand All @@ -145,6 +145,9 @@ $footer-background: #262a2f;
}

.btn.btn-primary {
border-color: transparent;
border-left: 0;
border-right: 0;
background: var(--pink-to-purple-horizontal-gradient);
}

Expand Down

0 comments on commit ab0acff

Please sign in to comment.