mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +03:00
25 lines
435 B
SCSS
25 lines
435 B
SCSS
@import '../../shared/styles/variables';
|
|
|
|
:host > .api-info-wrapper {
|
|
box-sizing: border-box;
|
|
padding: $section-spacing;
|
|
width: 60%;
|
|
|
|
|
|
@media (max-width: $right-panel-squash-breakpoint) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.openapi-button {
|
|
border: 1px solid $primary-color;
|
|
color: $primary-color;
|
|
font-weight: normal;
|
|
margin-left: 0.5em;
|
|
padding: 3px 8px 4px;
|
|
}
|
|
|
|
:host /deep/ [section] {
|
|
padding-top: 2 * $section-spacing;
|
|
}
|