redoc/lib/components/SecurityDefinitions/security-definitions.scss

37 lines
566 B
SCSS
Raw Normal View History

2016-10-23 20:18:42 +03:00
@import '../../shared/styles/variables';
:host {
display: block;
}
2016-10-30 18:58:06 +03:00
.security-definition:not(:last-of-type) {
border-bottom: 1px solid rgba($text-color, .3);
padding-bottom: 20px;
2016-10-23 20:18:42 +03:00
}
2016-10-30 18:58:06 +03:00
:host h2 {
padding-top: $section-spacing;
2016-10-23 20:18:42 +03:00
}
2016-10-30 18:58:06 +03:00
h3 {
margin: 1em 0;
font-size: 1em;
2016-10-23 20:18:42 +03:00
}
:host .security-scopes-details, :host .security-details {
2016-10-23 20:18:42 +03:00
margin-top: 20px;
}
2016-10-30 18:58:06 +03:00
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;
}