We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a680f97 commit 79f3c6eCopy full SHA for 79f3c6e
styles/page-modules/_download.scss
@@ -31,6 +31,7 @@
31
display: flex;
32
list-style: none;
33
margin: 0;
34
+ overflow: hidden;
35
text-align: center;
36
}
37
@@ -42,6 +43,7 @@
42
43
44
a {
45
background: $light-green;
46
+ border-radius: 0 !important;
47
color: $active-green;
48
display: block;
49
padding-top: 1em;
@@ -74,6 +76,8 @@
74
76
75
77
78
.download-version-toggle {
79
+ border-top-left-radius: 5px;
80
+ border-top-right-radius: 5px;
81
82
flex-wrap: nowrap;
83
@@ -105,6 +109,8 @@
105
109
106
110
107
111
.download-platform {
112
+ border-bottom-left-radius: 5px;
113
+ border-bottom-right-radius: 5px;
108
114
border-top: 2px solid $node-green;
115
116
0 commit comments