Skip to content

Commit

Permalink
fix: Uncomfortable border radius of download links (nodejs#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion authored May 3, 2023
1 parent a680f97 commit 79f3c6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles/page-modules/_download.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
display: flex;
list-style: none;
margin: 0;
overflow: hidden;
text-align: center;
}

Expand All @@ -42,6 +43,7 @@

a {
background: $light-green;
border-radius: 0 !important;
color: $active-green;
display: block;
padding-top: 1em;
Expand Down Expand Up @@ -74,6 +76,8 @@
}

.download-version-toggle {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
flex-wrap: nowrap;

Expand Down Expand Up @@ -105,6 +109,8 @@
}

.download-platform {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: 2px solid $node-green;
}
}
Expand Down

0 comments on commit 79f3c6e

Please sign in to comment.