093c353c4b
* Fix clickFirstAnchor bug * Create Proxy Info Tab for Instance Detail Page * Create tests for ProxyInfo and update other scenarios with Proxy data * ui: Refactors our app-view/%app-view component (#7752) Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
15 lines
310 B
SCSS
15 lines
310 B
SCSS
@import './layout';
|
|
@import './skin';
|
|
%with-composite-row-intent:hover,
|
|
%with-composite-row-intent:focus,
|
|
%with-composite-row-intent:active {
|
|
@extend %composite-row-intent;
|
|
}
|
|
%composite-row > a,
|
|
%composite-row > p {
|
|
@extend %composite-row-header;
|
|
}
|
|
%composite-row > ul {
|
|
@extend %composite-row-detail;
|
|
}
|