2020-04-08 17:09:36 +00:00
|
|
|
@import './layout';
|
|
|
|
@import './skin';
|
2020-09-18 10:14:06 +00:00
|
|
|
%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;
|
|
|
|
}
|
2020-05-07 13:57:15 +00:00
|
|
|
%with-composite-row-intent:hover,
|
|
|
|
%with-composite-row-intent:focus,
|
|
|
|
%with-composite-row-intent:active {
|
2020-09-18 10:14:06 +00:00
|
|
|
@extend %list-row-intent;
|
2020-04-08 17:09:36 +00:00
|
|
|
}
|