redoc/lib/components/SecurityDefinitions/security-definitions.scss
2016-10-30 17:58:06 +02:00

37 lines
541 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 {
margin-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;
}