2016-05-06 00:48:41 +03:00
|
|
|
@import '../../shared/styles/variables';
|
2015-11-22 16:45:27 +03:00
|
|
|
|
|
|
|
.api-info-header {
|
2016-01-23 01:17:36 +03:00
|
|
|
font-weight: normal;
|
2015-10-03 12:50:35 +03:00
|
|
|
}
|
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%;
|
2016-07-21 13:35:27 +03:00
|
|
|
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;
|
|
|
|
}
|
2016-07-21 13:35:27 +03:00
|
|
|
|
2016-09-02 23:18:31 +03:00
|
|
|
:host /deep/ [section] {
|
2016-07-26 12:03:15 +03:00
|
|
|
padding-top: 60px;
|
|
|
|
margin-top: 20px;
|
2016-07-21 13:35:27 +03:00
|
|
|
}
|