Skip to content

Commit

Permalink
Remove deprecated navigation styles and site logo definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Feb 21, 2025
1 parent e40b791 commit 9db93bf
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
@@ -1,43 +1,6 @@
@import "bootstrap";
@import "ecosystems";

/* START Remove this when global header is merged */
.navigation-bar {
a {
@include spesh-link();
padding: 0;
}
li {
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}
}

.nav {
@include media-breakpoint-up(md) {
justify-content: end;
}
}

.site-logo {
font-size: 0;
line-height: 0;
color: transparent;

background-image: asset-url('eco-systems-funds-logo.svg');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;

width: 350px;
height: 50px;
}

.site-logo--white {
background-image: asset-url('eco-systems-funds-logo-white.svg');
}
/* END Remove this when global header is merged */

/* Hero */
.hero {
.lead {
Expand Down

0 comments on commit 9db93bf

Please sign in to comment.