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

29 lines
455 B
SCSS
Raw Normal View History

2016-05-06 00:48:41 +03:00
@import '../../shared/styles/variables';
.api-info-header {
font-weight: normal;
}
2016-03-14 23:27:07 +03:00
2016-03-14 23:36:32 +03:00
:host > div {
2016-03-14 23:27:07 +03:00
width: 60%;
padding: 40px;
box-sizing: border-box;
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
a.openapi-button {
padding: 3px 8px 4px 8px;
color: $primary-color;
border: 1px solid $primary-color;
margin-left: 0.5em;
font-weight: normal;
}
:host [section] {
2016-07-26 12:03:15 +03:00
padding-top: 60px;
margin-top: 20px;
}