blob: 8996dd6ea6fda511fc08df0897d6e7b83242f988 [file] [log] [blame]
.downloadContainer {
display: flex;
flex-wrap: wrap;
margin-left: -24px;
margin-bottom: 20px;
}
.downloadCard {
width: 27%;
border-right: 1px solid #dadde0;
margin: 5px 24px;
}
.downloadCardTitle {
height: 60px;
font-weight: 600;
}
.downloadCardButton {
font-family: inherit;
vertical-align: middle;
user-select: none;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
-webkit-box-shadow 0.15s ease-in-out;
padding: 0.25rem 0.5rem;
background-color: #fff;
border: 1px solid #d5d5d5;
border-radius: 4px;
height: 30px;
font-size: 14px;
margin-right: 20px;
}
.downloadCardButton::after {
display: inline-block;
width: 0;
height: 0;
margin-left: 1.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.dropDownContainer {
padding: 0.5rem 0;
margin: 0.125rem 0 0;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
width: 230px;
background-color: #fff;
position: absolute;
max-height: 300px;
overflow-y: scroll;
}
.versionTitle {
text-align: left;
list-style: none;
box-sizing: border-box;
margin-top: 0;
font-weight: 600;
line-height: 1.5;
display: block;
margin-bottom: 0;
white-space: nowrap;
color: #222;
font-size: 16px;
padding: 0.5rem 1.5rem 0;
}
.downloadLinks {
padding: 0.5rem 1.5rem 0;
}
[data-theme='dark'] .downloadCardButton{
background-color: #272a36;
}
[data-theme='dark'] .dropDownContainer{
color: #fff;
background-color: #272a36;
}
[data-theme='dark'] .versionTitle{
color: #fff;
}