redoc/lib/components/ApiInfo/api-info.scss

25 lines
435 B
SCSS
Raw Normal View History

2016-05-06 00:48:41 +03:00
@import '../../shared/styles/variables';
:host > .api-info-wrapper {
box-sizing: border-box;
padding: $section-spacing;
width: 60%;
2016-08-10 15:29:49 +03:00
@media (max-width: $right-panel-squash-breakpoint) {
width: 100%;
}
2016-03-14 23:27:07 +03:00
}
2016-03-31 19:41:37 +03:00
.openapi-button {
2016-03-31 19:41:37 +03:00
border: 1px solid $primary-color;
color: $primary-color;
2016-03-31 19:41:37 +03:00
font-weight: normal;
margin-left: 0.5em;
padding: 3px 8px 4px;
2016-03-31 19:41:37 +03:00
}
2016-09-02 23:18:31 +03:00
:host /deep/ [section] {
padding-top: 2 * $section-spacing;
}