mirror of
https://github.com/status-im/consul.git
synced 2025-02-12 21:56:46 +00:00
0d88c4ef67
* Add Health Checks and update Tooltips in Ingress Upstreams * Update Tooltip in Proxy Info tab Upstreams * Add Tooltips to Proxy Info tab Exposed Paths * Add Health Checks with Tooltips to Service List page
16 lines
335 B
SCSS
16 lines
335 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,
|
|
%composite-row > li > * {
|
|
@extend %composite-row-header;
|
|
}
|
|
%composite-row > ul {
|
|
@extend %composite-row-detail;
|
|
}
|