ui: Minor CSS tweaks (#10295)
This commit is contained in:
parent
de4c9f60d8
commit
3594da7454
|
@ -4,7 +4,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 4;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
%app-view-actions {
|
%app-view-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -8,9 +8,18 @@ html[data-route^='dc.services.instance'] .app-view > header dl {
|
||||||
html[data-route^='dc.services.instance'] .app-view > header dt {
|
html[data-route^='dc.services.instance'] .app-view > header dt {
|
||||||
font-weight: $typo-weight-bold;
|
font-weight: $typo-weight-bold;
|
||||||
}
|
}
|
||||||
|
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);
|
||||||
|
}
|
||||||
html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) {
|
html[data-route^='dc.services.instance'] .tab-section section:not(:last-child) {
|
||||||
padding-bottom: 24px;
|
padding-bottom: 24px;
|
||||||
border-bottom: 1px solid $gray-200;
|
|
||||||
}
|
}
|
||||||
html[data-route^='dc.services.instance.metadata'] .tab-section section h2 {
|
html[data-route^='dc.services.instance.metadata'] .tab-section section h2 {
|
||||||
@extend %h300;
|
@extend %h300;
|
||||||
|
|
Loading…
Reference in New Issue