Skip to content

Commit 9db93bf

Browse files
committed
Remove deprecated navigation styles and site logo definitions
1 parent e40b791 commit 9db93bf

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

app/assets/stylesheets/application.scss

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,6 @@
11
@import "bootstrap";
22
@import "ecosystems";
33

4-
/* START Remove this when global header is merged */
5-
.navigation-bar {
6-
a {
7-
@include spesh-link();
8-
padding: 0;
9-
}
10-
li {
11-
padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
12-
}
13-
}
14-
15-
.nav {
16-
@include media-breakpoint-up(md) {
17-
justify-content: end;
18-
}
19-
}
20-
21-
.site-logo {
22-
font-size: 0;
23-
line-height: 0;
24-
color: transparent;
25-
26-
background-image: asset-url('eco-systems-funds-logo.svg');
27-
background-position: center;
28-
background-repeat: no-repeat;
29-
background-size: contain;
30-
display: inline-block;
31-
32-
width: 350px;
33-
height: 50px;
34-
}
35-
36-
.site-logo--white {
37-
background-image: asset-url('eco-systems-funds-logo-white.svg');
38-
}
39-
/* END Remove this when global header is merged */
40-
414
/* Hero */
425
.hero {
436
.lead {

0 commit comments

Comments
 (0)