Tyler Wendlandt 3638dc13fb
ui: Wrap service names on show and instance routes (#14771)
* Wrap service names on show and instance routes
Moves the trailing type/kind/actions to the second row of the header
no matter what length the service name is. Wraps service name text.

* Change grid format of AppView globally

* Add tooltips to the last element of breadcrumbs
2022-10-05 13:21:34 -06:00

23 lines
539 B
SCSS

%app-view-title-left-container > *:first-child {
@extend %h100;
}
%app-view-title {
border-bottom: var(--decor-border-100);
}
%app-view-content form:not(.filter-bar) fieldset {
border-bottom: var(--decor-border-200);
}
%app-view-header h1 > em {
color: rgb(var(--tone-gray-600));
}
%app-view-header dd > a {
color: rgb(var(--tone-gray-999));
}
%app-view-content div > dl > dd {
color: rgb(var(--tone-gray-400));
}
%app-view-title,
%app-view-content form:not(.filter-bar) fieldset {
border-color: rgb(var(--tone-gray-200));
}