d8fb480ca1
* ui: Various CSS amends 1. Split out %icon-definition from %composite-row 2. Add hover effect to node listing 3. Fix up proxy level list components 4. Rename our various pills to use a 100-900 scale 5. Reogranize other icon related things (consul-kind and consul-external-source) * Fix up upstream test
20 lines
436 B
SCSS
20 lines
436 B
SCSS
@import './layout';
|
|
@import './skin';
|
|
%composite-row {
|
|
@extend %list-row;
|
|
}
|
|
%composite-row > .header {
|
|
@extend %composite-row-header, %list-row-header;
|
|
}
|
|
%composite-row > .detail {
|
|
@extend %composite-row-detail, %list-row-detail;
|
|
}
|
|
%composite-row > .actions {
|
|
@extend %composite-row-actions;
|
|
}
|
|
%with-composite-row-intent:hover,
|
|
%with-composite-row-intent:focus,
|
|
%with-composite-row-intent:active {
|
|
@extend %list-row-intent;
|
|
}
|