2019-10-06 17:27:20 +00:00
|
|
|
.rst-versions {
|
|
|
|
font-size: .7rem;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rst-versions.rst-badge .rst-current-version {
|
|
|
|
font-size: .7rem;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rst-versions .rst-other-versions {
|
|
|
|
color: white;
|
|
|
|
}
|
2021-06-24 20:53:27 +00:00
|
|
|
|
|
|
|
|
|
|
|
#widget-wrapper {
|
|
|
|
height: calc(220px * 0.5625 + 18px);
|
|
|
|
width: 220px;
|
|
|
|
margin: 0 auto 16px auto;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: var(--md-code-bg-color);
|
|
|
|
border-width: 1px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2021-06-24 21:09:06 +00:00
|
|
|
|
2021-06-25 09:53:52 +00:00
|
|
|
@media screen and (max-width: calc(76.25em - 1px)) {
|
2021-06-24 21:09:06 +00:00
|
|
|
#widget-wrapper { display: none; }
|
|
|
|
}
|