mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 13:46:46 +00:00
* ui: Remove all vestiges of role=tabpanel * Switch out tablist role for a label, default to Secondary * Move healthcheckout-output headers to h2, ideally these would be outside the component * Add aria-label for empty button * Fix up non-unique ids in topology component * Temporarily fixup h2 in KV > LockSession * Fixup dl with no dt * h3 > h2 * Fix up page objects that were reliant on ids
19 lines
597 B
SCSS
19 lines
597 B
SCSS
/* instance detail dl text*/
|
|
html[data-route^='dc.services.instance'] .app-view > header dl {
|
|
float: left;
|
|
margin-top: 19px;
|
|
margin-bottom: 23px;
|
|
margin-right: 50px;
|
|
}
|
|
html[data-route^='dc.services.instance'] .app-view > header dt {
|
|
font-weight: $typo-weight-bold;
|
|
}
|
|
html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) {
|
|
padding-bottom: 24px;
|
|
border-bottom: 1px solid $gray-200;
|
|
}
|
|
html[data-route^='dc.services.instance.metadata'] .tab-section section h3,
|
|
html[data-route^='dc.services.instance.proxy'] .tab-section section h3 {
|
|
margin: 24px 0 12px 0;
|
|
}
|