mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
37 lines
566 B
SCSS
37 lines
566 B
SCSS
@import '../../shared/styles/variables';
|
|
|
|
:host {
|
|
display: block;
|
|
}
|
|
|
|
.security-definition:not(:last-of-type) {
|
|
border-bottom: 1px solid rgba($text-color, .3);
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
:host h2 {
|
|
padding-top: $section-spacing;
|
|
}
|
|
|
|
h3 {
|
|
margin: 1em 0;
|
|
font-size: 1em;
|
|
}
|
|
|
|
:host .security-scopes-details, :host .security-details {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
table.details th, table.details td {
|
|
font-weight: bold;
|
|
width: 200px;
|
|
max-width: 50%;
|
|
}
|
|
|
|
table.details th {
|
|
text-align: left;
|
|
padding: 6px;
|
|
text-transform: capitalize;
|
|
font-weight: normal;
|
|
}
|