open-consul/ui/packages/consul-ui/app/components/list-collection/layout.scss
John Cowen 0fd17a3e2b
ui: Adds ability to show a 'partial' list in list-collections (#10174)
* 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
2021-05-07 16:54:45 +01:00

16 lines
282 B
SCSS

%list-collection > ul > li,
%list-collection-scroll-virtual {
position: relative;
}
%list-collection-scroll-virtual {
height: 500px;
}
%list-collection-scroll-virtual > ul {
overflow-x: hidden !important;
}
%list-collection-partial-button {
width: 100%;
padding: 15px;
}