2016-10-23 20:18:42 +03:00
|
|
|
@import '../../shared/styles/variables';
|
|
|
|
|
2016-11-01 18:00:38 +03:00
|
|
|
: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 {
|
2016-11-01 18:00:38 +03:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2016-11-01 18:00:38 +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;
|
|
|
|
}
|