mirror of
https://github.com/status-im/consul.git
synced 2025-02-03 01:14:23 +00:00
9d21736e9f
* Add copyright headers to UI files * Ensure copywrite file ignores external libs
17 lines
317 B
SCSS
17 lines
317 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
@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;
|
|
}
|