2016-10-23 20:18:42 +03:00
|
|
|
@import '../../shared/styles/variables';
|
|
|
|
|
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
|
|
|
h2, h3 {
|
|
|
|
color: $secondary-color;
|
|
|
|
}
|
2016-10-23 20:18:42 +03:00
|
|
|
|
2016-10-30 18:58:06 +03:00
|
|
|
:host h2 {
|
|
|
|
margin-top: 40px;
|
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
|
|
|
}
|
|
|
|
|
2016-10-30 18:58:06 +03:00
|
|
|
:host .redoc-markdown-block table {
|
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;
|
|
|
|
}
|