mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
37 lines
542 B
SCSS
37 lines
542 B
SCSS
@import '../../shared/styles/variables';
|
|
|
|
.security-definition:not(:last-of-type) {
|
|
border-bottom: 1px solid rgba($text-color, .3);
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
h2, h3 {
|
|
color: $secondary-color;
|
|
}
|
|
|
|
:host h2 {
|
|
padding-top: 40px;
|
|
}
|
|
|
|
h3 {
|
|
margin: 1em 0;
|
|
font-size: 1em;
|
|
}
|
|
|
|
:host .redoc-markdown-block table {
|
|
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;
|
|
}
|