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-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;
|
|
|
|
border-bottom: 1px solid $gray-200;
|
|
|
|
}
|
2021-01-05 10:05:59 +00:00
|
|
|
html[data-route^='dc.services.instance.metadata'] .tab-section section h3,
|
|
|
|
html[data-route^='dc.services.instance.proxy'] .tab-section section h3 {
|
2020-10-01 13:33:48 +00:00
|
|
|
margin: 24px 0 12px 0;
|
|
|
|
}
|