9 lines
161 B
SCSS
9 lines
161 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
%list-row-detail dl {
|
|
@extend %icon-definition;
|
|
}
|
|
%list-row-header > dl:first-child {
|
|
@extend %list-row-header-icon;
|
|
}
|