UNPKG

1.28 kBCSSView Raw
1.next-sr-only {
2 position: absolute;
3 width: 1px;
4 height: 1px;
5 padding: 0;
6 overflow: hidden;
7 clip: rect(0, 0, 0, 0);
8 white-space: nowrap;
9 border: 0;
10 top: 0;
11 margin: -1px; }
12
13.next-tree-select {
14 box-sizing: border-box; }
15 .next-tree-select *,
16 .next-tree-select *:before,
17 .next-tree-select *:after {
18 box-sizing: border-box; }
19 .next-tree-select-dropdown {
20 background: #FFFFFF;
21 background: var(--tree-select-background, #FFFFFF);
22 border: 1px solid #DCDEE3;
23 border: var(--popup-local-border-width, 1px) var(--popup-local-border-style, solid) var(--popup-local-border-color, #DCDEE3);
24 border-radius: 3px;
25 border-radius: var(--popup-local-corner, 3px);
26 box-shadow: none;
27 box-shadow: var(--popup-local-shadow, none);
28 max-height: 260px;
29 overflow: auto; }
30 .next-tree-select-dropdown > .next-tree,
31 .next-tree-select-dropdown > .next-tree-select-not-found,
32 .next-tree-select-dropdown > .next-virtual-tree-container {
33 padding: 8px 20px;
34 padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
35 .next-tree-select-not-found {
36 font-size: 12px;
37 font-size: var(--font-size-body-1, 12px);
38 color: #999999;
39 color: var(--color-text1-2, #999999); }