Skip to content

Commit

Permalink
Corrected navbar styles (#367)
Browse files Browse the repository at this point in the history
Corrected letter-spacing and switched link underlines from dashed to
dotted in the Filing navbar.
  • Loading branch information
ojbravo authored Jun 24, 2024
1 parent 2de0065 commit 6c1e8b3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/components/Navbar/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@

a {
cursor: pointer;
border-bottom-width: 1px;
font-weight: 500;
}
.a-btn {
font-weight: 400;
font-weight: 600;
letter-spacing: 1px;
}
.a-btn__link {
text-decoration: none;
Expand All @@ -52,7 +55,7 @@
}

.links > *:first-child {
border-top: 1px dashed @pacific-90;
border-top: 1px dotted @pacific-90;
@media (min-width: @breakpoint) {
border-top: none;
}
Expand All @@ -65,7 +68,7 @@

.nav-item {
margin-right: 0;
letter-spacing: unit((1px / @base-font-size-px), em);
//letter-spacing: unit((1px / @base-font-size-px), em);
padding: 10px 0;

@media (min-width: @breakpoint) {
Expand All @@ -76,7 +79,7 @@

.a-link:not(.o-header_logo) {
color: @pacific-90;
border-bottom: 1px dashed;
border-bottom: 1px dotted;
}

.a-link:not(.o-header_logo):hover,
Expand All @@ -90,7 +93,7 @@
margin-right: 0;
font-weight: 400;
line-height: unit((22px / @base-font-size-px), em);
border-bottom: 1px dashed;
border-bottom: 1px dotted;

@media (min-width: @breakpoint) {
margin-right: @space-xl;
Expand Down

0 comments on commit 6c1e8b3

Please sign in to comment.