mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
76ebdb915d
* combined uprev of packages * unused f-strings * scroll-spy on docs
28 lines
447 B
CSS
28 lines
447 B
CSS
#bsa-cpc {
|
|
border-radius: .1rem;;
|
|
padding: 0.525rem 0.6rem;
|
|
min-height: 80px;
|
|
}
|
|
|
|
@media screen and (max-width: 799px) {
|
|
#bsa-cpc {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
#bsa-cpc.loaded {
|
|
background: hsla(0, 0%, 92.5%, 0.5);
|
|
}
|
|
|
|
#_default_ a._default_, #_default_ .default-text {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.md-nav__link[data-md-state=blur]:not(.md-nav__link--active) {
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
|
|
.md-nav__link--active {
|
|
font-weight: 700;
|
|
}
|