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