2020-09-22 17:20:44 +00:00
|
|
|
/* instance detail dl text*/
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.services.instance'] .app-view > header dl {
|
2020-09-22 17:20:44 +00:00
|
|
|
float: left;
|
|
|
|
margin-top: 19px;
|
|
|
|
margin-bottom: 23px;
|
|
|
|
margin-right: 50px;
|
|
|
|
}
|
2020-10-01 08:33:22 +00:00
|
|
|
html[data-route^='dc.services.instance'] .app-view > header dt {
|
2020-09-22 17:20:44 +00:00
|
|
|
font-weight: $typo-weight-bold;
|
2020-07-09 09:08:47 +00:00
|
|
|
}
|
2021-05-26 13:35:19 +00:00
|
|
|
html[data-route^='dc.services.instance'] .tab-nav {
|
|
|
|
border-top: $decor-border-100;
|
|
|
|
}
|
|
|
|
html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) {
|
|
|
|
border-bottom: $decor-border-100;
|
|
|
|
}
|
|
|
|
html[data-route^='dc.services.instance'] .tab-nav,
|
|
|
|
html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) {
|
|
|
|
border-color: var(--gray-200);
|
|
|
|
}
|
2021-01-05 10:05:59 +00:00
|
|
|
html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) {
|
2020-10-01 13:33:48 +00:00
|
|
|
padding-bottom: 24px;
|
|
|
|
}
|
2021-01-26 17:53:45 +00:00
|
|
|
html[data-route^='dc.services.instance.metadata'] .tab-section section h2 {
|
|
|
|
@extend %h300;
|
2020-10-01 13:33:48 +00:00
|
|
|
margin: 24px 0 12px 0;
|
|
|
|
}
|