2020-04-08 17:09:36 +00:00
|
|
|
@import './layout';
|
|
|
|
@import './skin';
|
2020-05-07 13:57:15 +00:00
|
|
|
%with-composite-row-intent:hover,
|
|
|
|
%with-composite-row-intent:focus,
|
|
|
|
%with-composite-row-intent:active {
|
2020-04-08 17:09:36 +00:00
|
|
|
@extend %composite-row-intent;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row > :first-child {
|
2020-04-08 17:09:36 +00:00
|
|
|
@extend %composite-row-header;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row-header > dl:first-child {
|
|
|
|
@extend %composite-row-icon;
|
|
|
|
}
|
|
|
|
%composite-row > :nth-child(2) {
|
2020-04-08 17:09:36 +00:00
|
|
|
@extend %composite-row-detail;
|
|
|
|
}
|
2020-06-17 09:25:54 +00:00
|
|
|
%composite-row > :nth-child(3) {
|
|
|
|
@extend %composite-row-actions;
|
|
|
|
}
|