redoc/lib/components/ApiInfo/api-info.scss
2016-11-01 17:00:52 +02:00

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;
}