mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
29 lines
462 B
SCSS
29 lines
462 B
SCSS
@import '../../shared/styles/variables';
|
|
|
|
.api-info-header {
|
|
font-weight: normal;
|
|
}
|
|
|
|
:host > div {
|
|
width: 60%;
|
|
padding: 40px;
|
|
box-sizing: border-box;
|
|
|
|
@media (max-width: $right-panel-squash-breakpoint) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
a.openapi-button {
|
|
padding: 3px 8px 4px 8px;
|
|
color: $primary-color;
|
|
border: 1px solid $primary-color;
|
|
margin-left: 0.5em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
:host /deep/ [section] {
|
|
padding-top: 60px;
|
|
margin-top: 20px;
|
|
}
|