0fd17a3e2b
* ui: Add support for showing partial lists in ListCollection * Add CSS for partial 'View more' button, and move all CSS to /components * Enable partial view for intention permissions
12 lines
239 B
SCSS
12 lines
239 B
SCSS
@import './skin';
|
|
@import './layout';
|
|
.list-collection {
|
|
@extend %list-collection;
|
|
}
|
|
.list-collection-scroll-virtual {
|
|
@extend %list-collection-scroll-virtual;
|
|
}
|
|
%list-collection > button {
|
|
@extend %list-collection-partial-button;
|
|
}
|