@liner-fe/prism 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.css +127 -116
- package/lib/index.css.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js +45 -38
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/* esbuild-sass-plugin:css-chunk:src/components/Button/style.module.scss */
|
|
2
|
-
.
|
|
2
|
+
._button_jvjxt_1 {
|
|
3
3
|
position: relative;
|
|
4
4
|
display: flex;
|
|
5
5
|
align-items: center;
|
|
@@ -14,178 +14,189 @@
|
|
|
14
14
|
overflow: hidden;
|
|
15
15
|
cursor: pointer;
|
|
16
16
|
}
|
|
17
|
-
.
|
|
17
|
+
._button_jvjxt_1:disabled {
|
|
18
18
|
background: var(--neutral-fill-mid);
|
|
19
19
|
color: var(--neutral-label-tertiary);
|
|
20
20
|
cursor: not-allowed;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._button_jvjxt_1:disabled span svg path:not([fill=white]) {
|
|
23
23
|
fill: var(--neutral-label-tertiary) !important;
|
|
24
24
|
}
|
|
25
|
-
.
|
|
25
|
+
._button_jvjxt_1:disabled span svg path[fill=white] {
|
|
26
26
|
fill: var(--inverse-label-primary) !important;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._default_jvjxt_28 {
|
|
29
29
|
color: var(--inverse-label-primary);
|
|
30
30
|
background: var(--lp-pri-achromatic-white);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
32
|
+
._default_jvjxt_28 svg path {
|
|
33
33
|
fill: var(--inverse-label-primary);
|
|
34
34
|
}
|
|
35
|
-
.
|
|
35
|
+
._primary_jvjxt_36 {
|
|
36
36
|
color: var(--inverse-label-static-primary);
|
|
37
37
|
background: var(--brand-container-mid);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
39
|
+
._primary_jvjxt_36:not(:disabled):hover {
|
|
40
40
|
background: var(--brand-container-mid-hover);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
43
|
-
color: var(--inverse-label-primary);
|
|
44
|
-
background: var(--
|
|
42
|
+
._secondary_jvjxt_44 {
|
|
43
|
+
color: var(--inverse-label-static-primary);
|
|
44
|
+
background: var(--brand-container-mid);
|
|
45
45
|
}
|
|
46
|
-
.
|
|
47
|
-
background: var(--
|
|
46
|
+
._secondary_jvjxt_44:not(:disabled):hover {
|
|
47
|
+
background: var(--brand-container-mid-hover);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._tertiary_jvjxt_52 {
|
|
50
50
|
color: var(--neutral-label-primary);
|
|
51
51
|
background: var(--neutral-fill-mid);
|
|
52
52
|
}
|
|
53
|
-
.
|
|
53
|
+
._tertiary_jvjxt_52:not(:disabled):hover {
|
|
54
54
|
background: var(--neutral-fill-mid-hover);
|
|
55
55
|
}
|
|
56
|
-
.
|
|
56
|
+
._quaternary_jvjxt_60 {
|
|
57
57
|
color: var(--neutral-label-primary);
|
|
58
58
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
59
59
|
background: var(--neutral-fill-lowest);
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
._quaternary_jvjxt_60:not(:disabled):hover {
|
|
62
62
|
background: var(--neutral-fill-lowest-hover);
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
._quaternary_jvjxt_60:disabled {
|
|
65
65
|
background: var(--neutral-fill-lowest);
|
|
66
66
|
color: var(--neutral-label-tertiary);
|
|
67
67
|
opacity: 0.4;
|
|
68
68
|
}
|
|
69
|
-
.
|
|
69
|
+
._quaternary_jvjxt_60:disabled svg path {
|
|
70
|
+
fill: var(--neutral-label-tertiary) !important;
|
|
71
|
+
}
|
|
72
|
+
._quinary_jvjxt_77 {
|
|
73
|
+
color: var(--neutral-label-primary);
|
|
74
|
+
background: var(--neutral-container-lowest);
|
|
75
|
+
}
|
|
76
|
+
._quinary_jvjxt_77:disabled {
|
|
77
|
+
background: var(--neutral-fill-mid);
|
|
78
|
+
color: var(--neutral-label-tertiary);
|
|
79
|
+
}
|
|
80
|
+
._quinary_jvjxt_77:disabled svg path {
|
|
70
81
|
fill: var(--neutral-label-tertiary) !important;
|
|
71
82
|
}
|
|
72
|
-
.
|
|
83
|
+
._negative_jvjxt_89 {
|
|
73
84
|
color: var(--inverse-label-static-primary);
|
|
74
85
|
background: var(--function-container-negative);
|
|
75
86
|
}
|
|
76
|
-
.
|
|
87
|
+
._negative_jvjxt_89:not(:disabled):hover {
|
|
77
88
|
background: var(--function-container-negative-hover);
|
|
78
89
|
}
|
|
79
|
-
.
|
|
90
|
+
._static_jvjxt_97 {
|
|
80
91
|
background: var(--neutral-container-static-lowest);
|
|
81
92
|
color: var(--neutral-label-static-primary);
|
|
82
93
|
}
|
|
83
|
-
.
|
|
94
|
+
._static_jvjxt_97:not(:disabled):hover {
|
|
84
95
|
background: var(--neutral-container-static-lowest-hover);
|
|
85
96
|
}
|
|
86
|
-
._inverse-
|
|
97
|
+
._inverse-static_jvjxt_105 {
|
|
87
98
|
background: var(--inverse-container-static-high);
|
|
88
99
|
color: var(--inverse-label-static-primary);
|
|
89
100
|
}
|
|
90
|
-
._inverse-
|
|
101
|
+
._inverse-static_jvjxt_105:not(:disabled):hover {
|
|
91
102
|
background: var(--inverse-container-static-high-hover);
|
|
92
103
|
}
|
|
93
|
-
.
|
|
104
|
+
._ghost_jvjxt_113._primary_jvjxt_36 {
|
|
94
105
|
background: var(--inverse-fill-lowest);
|
|
95
106
|
color: var(--neutral-label-primary);
|
|
96
107
|
}
|
|
97
|
-
.
|
|
108
|
+
._ghost_jvjxt_113._primary_jvjxt_36:not(:disabled):hover {
|
|
98
109
|
background: var(--neutral-fill-lowest-hover);
|
|
99
110
|
}
|
|
100
|
-
.
|
|
111
|
+
._ghost_jvjxt_113._primary_jvjxt_36:disabled {
|
|
101
112
|
background: var(--neutral-fill-lowest);
|
|
102
113
|
color: var(--neutral-label-tertiary);
|
|
103
114
|
}
|
|
104
|
-
.
|
|
115
|
+
._ghost_jvjxt_113._primary_jvjxt_36:disabled span svg path:not([fill=white]) {
|
|
105
116
|
fill: var(--neutral-label-tertiary);
|
|
106
117
|
}
|
|
107
|
-
.
|
|
118
|
+
._ghost_jvjxt_113._primary_jvjxt_36:disabled span svg path[fill=white] {
|
|
108
119
|
fill: var(--inverse-label-primary);
|
|
109
120
|
}
|
|
110
|
-
.
|
|
111
|
-
background: var(--
|
|
112
|
-
color: var(--neutral-label-
|
|
121
|
+
._ghost_jvjxt_113._secondary_jvjxt_44 {
|
|
122
|
+
background: var(--inverse-fill-lowest);
|
|
123
|
+
color: var(--neutral-label-primary);
|
|
113
124
|
}
|
|
114
|
-
.
|
|
125
|
+
._ghost_jvjxt_113._secondary_jvjxt_44:not(:disabled):hover {
|
|
115
126
|
background: var(--neutral-fill-lowest-hover);
|
|
116
127
|
}
|
|
117
|
-
.
|
|
128
|
+
._ghost_jvjxt_113._secondary_jvjxt_44:disabled {
|
|
118
129
|
background: var(--neutral-fill-lowest);
|
|
119
130
|
color: var(--neutral-label-tertiary);
|
|
120
131
|
}
|
|
121
|
-
.
|
|
132
|
+
._ghost_jvjxt_113._secondary_jvjxt_44:disabled span svg path:not([fill=white]) {
|
|
122
133
|
fill: var(--neutral-label-tertiary);
|
|
123
134
|
}
|
|
124
|
-
.
|
|
135
|
+
._ghost_jvjxt_113._secondary_jvjxt_44:disabled span svg path[fill=white] {
|
|
125
136
|
fill: var(--inverse-label-primary);
|
|
126
137
|
}
|
|
127
|
-
.
|
|
138
|
+
._cta_jvjxt_148 {
|
|
128
139
|
border-radius: var(--lp-sys-radius-m);
|
|
129
140
|
width: fit-content;
|
|
130
141
|
height: 52px;
|
|
131
142
|
gap: 8px;
|
|
132
143
|
min-width: 52px;
|
|
133
144
|
}
|
|
134
|
-
.
|
|
145
|
+
._l_jvjxt_156 {
|
|
135
146
|
border-radius: var(--lp-sys-radius-s);
|
|
136
147
|
width: fit-content;
|
|
137
148
|
height: 44px;
|
|
138
149
|
min-width: 44px;
|
|
139
150
|
}
|
|
140
|
-
.
|
|
151
|
+
._m_jvjxt_163 {
|
|
141
152
|
border-radius: var(--lp-sys-radius-s);
|
|
142
153
|
width: fit-content;
|
|
143
154
|
height: 36px;
|
|
144
155
|
min-width: 36px;
|
|
145
156
|
}
|
|
146
|
-
.
|
|
157
|
+
._s_jvjxt_44 {
|
|
147
158
|
border-radius: var(--lp-sys-radius-s);
|
|
148
159
|
width: fit-content;
|
|
149
160
|
height: 28px;
|
|
150
161
|
min-width: 28px;
|
|
151
162
|
}
|
|
152
|
-
._align-
|
|
163
|
+
._align-center_jvjxt_177 > span {
|
|
153
164
|
width: 100%;
|
|
154
165
|
justify-content: center;
|
|
155
166
|
}
|
|
156
|
-
._align-space-
|
|
167
|
+
._align-space-between_jvjxt_182 > span {
|
|
157
168
|
width: 100%;
|
|
158
169
|
justify-content: space-between;
|
|
159
170
|
}
|
|
160
|
-
.
|
|
171
|
+
._content_jvjxt_187 {
|
|
161
172
|
flex-shrink: 0;
|
|
162
173
|
line-height: 0;
|
|
163
174
|
padding: 0px var(--lp-sys-padding-component-100);
|
|
164
175
|
}
|
|
165
|
-
.
|
|
176
|
+
._full_jvjxt_193 {
|
|
166
177
|
width: 100%;
|
|
167
178
|
}
|
|
168
|
-
._fit-
|
|
179
|
+
._fit-content_jvjxt_197 {
|
|
169
180
|
width: fit-content;
|
|
170
181
|
}
|
|
171
|
-
.
|
|
182
|
+
._children_jvjxt_201 {
|
|
172
183
|
display: flex;
|
|
173
184
|
align-items: center;
|
|
174
185
|
justify-content: center;
|
|
175
186
|
}
|
|
176
|
-
._cta-
|
|
187
|
+
._cta-children_jvjxt_207 {
|
|
177
188
|
padding: 0 var(--lp-sys-gap-positive-300);
|
|
178
189
|
gap: var(--lp-sys-gap-positive-100);
|
|
179
190
|
}
|
|
180
|
-
._l-
|
|
191
|
+
._l-children_jvjxt_212 {
|
|
181
192
|
padding: 0 var(--lp-sys-gap-positive-200);
|
|
182
193
|
gap: var(--lp-sys-gap-positive-50);
|
|
183
194
|
}
|
|
184
|
-
._m-
|
|
195
|
+
._m-children_jvjxt_217 {
|
|
185
196
|
padding: 0 var(--lp-sys-gap-positive-150);
|
|
186
197
|
gap: var(--lp-sys-gap-positive-50);
|
|
187
198
|
}
|
|
188
|
-
._s-
|
|
199
|
+
._s-children_jvjxt_222 {
|
|
189
200
|
padding: 0 var(--lp-sys-gap-positive-150);
|
|
190
201
|
gap: var(--lp-sys-gap-positive-50);
|
|
191
202
|
}
|
|
@@ -800,7 +811,7 @@
|
|
|
800
811
|
}
|
|
801
812
|
|
|
802
813
|
/* esbuild-sass-plugin:css-chunk:src/components/IconButton/style.module.scss */
|
|
803
|
-
.
|
|
814
|
+
._iconButton_xpxx8_1 {
|
|
804
815
|
display: flex;
|
|
805
816
|
justify-content: center;
|
|
806
817
|
align-items: center;
|
|
@@ -809,185 +820,185 @@
|
|
|
809
820
|
border-radius: var(--lp-sys-radius-m);
|
|
810
821
|
cursor: pointer;
|
|
811
822
|
}
|
|
812
|
-
.
|
|
823
|
+
._iconButton_xpxx8_1:disabled {
|
|
813
824
|
cursor: not-allowed;
|
|
814
825
|
}
|
|
815
|
-
.
|
|
826
|
+
._primary_xpxx8_14 {
|
|
816
827
|
background: var(--brand-container-mid);
|
|
817
828
|
}
|
|
818
|
-
.
|
|
829
|
+
._primary_xpxx8_14:not(:disabled):hover {
|
|
819
830
|
background: var(--brand-container-mid-hover);
|
|
820
831
|
}
|
|
821
|
-
.
|
|
832
|
+
._primary_xpxx8_14:disabled {
|
|
822
833
|
background: var(--neutral-fill-mid);
|
|
823
834
|
}
|
|
824
|
-
.
|
|
835
|
+
._primary_xpxx8_14:disabled svg path {
|
|
825
836
|
fill: var(--neutral-label-tertiary) !important;
|
|
826
837
|
}
|
|
827
|
-
.
|
|
828
|
-
background: var(--
|
|
838
|
+
._secondary_xpxx8_27 {
|
|
839
|
+
background: var(--brand-container-mid);
|
|
829
840
|
}
|
|
830
|
-
.
|
|
831
|
-
background: var(--
|
|
841
|
+
._secondary_xpxx8_27:not(:disabled):hover {
|
|
842
|
+
background: var(--brand-container-mid-hover);
|
|
832
843
|
}
|
|
833
|
-
.
|
|
844
|
+
._secondary_xpxx8_27:disabled {
|
|
834
845
|
background: var(--neutral-fill-mid);
|
|
835
846
|
}
|
|
836
|
-
.
|
|
847
|
+
._secondary_xpxx8_27:disabled svg path {
|
|
837
848
|
fill: var(--neutral-label-tertiary) !important;
|
|
838
849
|
}
|
|
839
|
-
.
|
|
850
|
+
._tertiary_xpxx8_40 {
|
|
840
851
|
background: var(--neutral-fill-mid);
|
|
841
852
|
}
|
|
842
|
-
.
|
|
853
|
+
._tertiary_xpxx8_40:not(:disabled):hover {
|
|
843
854
|
background: var(--neutral-fill-mid-hover);
|
|
844
855
|
}
|
|
845
|
-
.
|
|
856
|
+
._tertiary_xpxx8_40:disabled {
|
|
846
857
|
background: var(--neutral-fill-mid);
|
|
847
858
|
}
|
|
848
|
-
.
|
|
859
|
+
._tertiary_xpxx8_40:disabled svg path {
|
|
849
860
|
fill: var(--neutral-label-tertiary) !important;
|
|
850
861
|
}
|
|
851
|
-
.
|
|
862
|
+
._quaternary_xpxx8_53 {
|
|
852
863
|
background: var(--neutral-fill-lowest);
|
|
853
864
|
border: 1px solid var(--neutral-border-overlay-normal);
|
|
854
865
|
}
|
|
855
|
-
.
|
|
866
|
+
._quaternary_xpxx8_53:not(:disabled):hover {
|
|
856
867
|
background: var(--neutral-fill-lowest-hover);
|
|
857
868
|
}
|
|
858
|
-
.
|
|
869
|
+
._quaternary_xpxx8_53:disabled {
|
|
859
870
|
background: var(--neutral-fill-mid);
|
|
860
871
|
}
|
|
861
|
-
.
|
|
872
|
+
._quaternary_xpxx8_53:disabled svg path {
|
|
862
873
|
fill: var(--neutral-label-tertiary) !important;
|
|
863
874
|
}
|
|
864
|
-
.
|
|
875
|
+
._negative_xpxx8_67 {
|
|
865
876
|
background: var(--function-container-negative);
|
|
866
877
|
}
|
|
867
|
-
.
|
|
878
|
+
._negative_xpxx8_67:not(:disabled):hover {
|
|
868
879
|
background: var(--function-container-negative-hover);
|
|
869
880
|
}
|
|
870
|
-
.
|
|
881
|
+
._negative_xpxx8_67:disabled {
|
|
871
882
|
background: var(--neutral-fill-mid);
|
|
872
883
|
}
|
|
873
|
-
.
|
|
884
|
+
._negative_xpxx8_67:disabled svg path {
|
|
874
885
|
fill: var(--neutral-label-tertiary) !important;
|
|
875
886
|
}
|
|
876
|
-
.
|
|
887
|
+
._static_xpxx8_80 {
|
|
877
888
|
background: var(--neutral-container-static-lowest);
|
|
878
889
|
}
|
|
879
|
-
.
|
|
890
|
+
._static_xpxx8_80:not(:disabled):hover {
|
|
880
891
|
background: var(--neutral-container-static-lowest-hover);
|
|
881
892
|
}
|
|
882
|
-
.
|
|
893
|
+
._static_xpxx8_80:disabled {
|
|
883
894
|
background: var(--neutral-fill-mid);
|
|
884
895
|
}
|
|
885
|
-
.
|
|
896
|
+
._static_xpxx8_80:disabled svg path {
|
|
886
897
|
fill: var(--neutral-label-tertiary) !important;
|
|
887
898
|
}
|
|
888
|
-
.
|
|
889
|
-
background: var(--
|
|
899
|
+
._inverse_xpxx8_93 {
|
|
900
|
+
background: var(--brand-container-mid);
|
|
890
901
|
}
|
|
891
|
-
.
|
|
892
|
-
background: var(--
|
|
902
|
+
._inverse_xpxx8_93:not(:disabled):hover {
|
|
903
|
+
background: var(--brand-container-mid-hover);
|
|
893
904
|
}
|
|
894
|
-
.
|
|
905
|
+
._inverse_xpxx8_93:disabled {
|
|
895
906
|
background: var(--neutral-fill-mid);
|
|
896
907
|
}
|
|
897
|
-
.
|
|
908
|
+
._inverse_xpxx8_93:disabled svg path {
|
|
898
909
|
fill: var(--neutral-label-tertiary) !important;
|
|
899
910
|
}
|
|
900
|
-
._inverse-
|
|
911
|
+
._inverse-static_xpxx8_106 {
|
|
901
912
|
background: var(--inverse-container-static-high);
|
|
902
913
|
}
|
|
903
|
-
._inverse-
|
|
914
|
+
._inverse-static_xpxx8_106:not(:disabled):hover {
|
|
904
915
|
background: var(--inverse-container-static-high-hover);
|
|
905
916
|
}
|
|
906
|
-
._inverse-
|
|
917
|
+
._inverse-static_xpxx8_106:disabled {
|
|
907
918
|
background: var(--neutral-fill-mid);
|
|
908
919
|
}
|
|
909
|
-
._inverse-
|
|
920
|
+
._inverse-static_xpxx8_106:disabled svg path {
|
|
910
921
|
fill: var(--neutral-label-tertiary) !important;
|
|
911
922
|
}
|
|
912
|
-
.
|
|
923
|
+
._ghost_xpxx8_119._primary_xpxx8_14 {
|
|
913
924
|
background: none;
|
|
914
925
|
}
|
|
915
|
-
.
|
|
926
|
+
._ghost_xpxx8_119._primary_xpxx8_14:not(:disabled):hover {
|
|
916
927
|
background: var(--neutral-fill-lowest-hover);
|
|
917
928
|
}
|
|
918
|
-
.
|
|
929
|
+
._ghost_xpxx8_119._primary_xpxx8_14:disabled svg path {
|
|
919
930
|
fill: var(--neutral-label-quaternary) !important;
|
|
920
931
|
}
|
|
921
|
-
.
|
|
932
|
+
._ghost_xpxx8_119._secondary_xpxx8_27 {
|
|
922
933
|
background: none;
|
|
923
934
|
}
|
|
924
|
-
.
|
|
935
|
+
._ghost_xpxx8_119._secondary_xpxx8_27:not(:disabled):hover {
|
|
925
936
|
background: var(--neutral-fill-lowest-hover);
|
|
926
937
|
}
|
|
927
|
-
.
|
|
938
|
+
._ghost_xpxx8_119._secondary_xpxx8_27:disabled svg path {
|
|
928
939
|
fill: var(--neutral-label-quaternary) !important;
|
|
929
940
|
}
|
|
930
|
-
.
|
|
941
|
+
._ghost_xpxx8_119._tertiary_xpxx8_40 {
|
|
931
942
|
background: none;
|
|
932
943
|
}
|
|
933
|
-
.
|
|
944
|
+
._ghost_xpxx8_119._tertiary_xpxx8_40:not(:disabled):hover {
|
|
934
945
|
background: var(--neutral-fill-lowest-hover);
|
|
935
946
|
}
|
|
936
|
-
.
|
|
947
|
+
._ghost_xpxx8_119._tertiary_xpxx8_40:disabled svg path {
|
|
937
948
|
fill: var(--neutral-label-quaternary) !important;
|
|
938
949
|
}
|
|
939
|
-
.
|
|
950
|
+
._ghost_xpxx8_119._negative_xpxx8_67 {
|
|
940
951
|
background: none;
|
|
941
952
|
}
|
|
942
|
-
.
|
|
953
|
+
._ghost_xpxx8_119._negative_xpxx8_67:not(:disabled):hover {
|
|
943
954
|
background: var(--neutral-fill-lowest-hover);
|
|
944
955
|
}
|
|
945
|
-
.
|
|
956
|
+
._ghost_xpxx8_119._negative_xpxx8_67:disabled svg path {
|
|
946
957
|
fill: var(--neutral-label-quaternary) !important;
|
|
947
958
|
}
|
|
948
|
-
.
|
|
959
|
+
._ghost_xpxx8_119._static_xpxx8_80 {
|
|
949
960
|
background: none;
|
|
950
961
|
}
|
|
951
|
-
.
|
|
962
|
+
._ghost_xpxx8_119._static_xpxx8_80:not(:disabled):hover {
|
|
952
963
|
background: var(--neutral-fill-lowest-hover);
|
|
953
964
|
}
|
|
954
|
-
.
|
|
965
|
+
._ghost_xpxx8_119._static_xpxx8_80:disabled svg path {
|
|
955
966
|
fill: var(--neutral-label-quaternary) !important;
|
|
956
967
|
}
|
|
957
|
-
.
|
|
968
|
+
._ghost_xpxx8_119._inverse_xpxx8_93 {
|
|
958
969
|
background: none;
|
|
959
970
|
}
|
|
960
|
-
.
|
|
961
|
-
background: var(--
|
|
971
|
+
._ghost_xpxx8_119._inverse_xpxx8_93:not(:disabled):hover {
|
|
972
|
+
background: var(--neutral-fill-lowest-hover);
|
|
962
973
|
}
|
|
963
|
-
.
|
|
964
|
-
fill: var(--
|
|
974
|
+
._ghost_xpxx8_119._inverse_xpxx8_93:disabled svg path {
|
|
975
|
+
fill: var(--neutral-label-quaternary) !important;
|
|
965
976
|
}
|
|
966
|
-
.
|
|
977
|
+
._ghost_xpxx8_119._inverse-static_xpxx8_106 {
|
|
967
978
|
background: none;
|
|
968
979
|
}
|
|
969
|
-
.
|
|
980
|
+
._ghost_xpxx8_119._inverse-static_xpxx8_106:not(:disabled):hover {
|
|
970
981
|
background: var(--inverse-container-lowest-hover);
|
|
971
982
|
}
|
|
972
|
-
.
|
|
983
|
+
._ghost_xpxx8_119._inverse-static_xpxx8_106:disabled svg path {
|
|
973
984
|
fill: var(--inverse-label-tertiary) !important;
|
|
974
985
|
}
|
|
975
|
-
.
|
|
986
|
+
._l_xpxx8_183 {
|
|
976
987
|
width: 44px;
|
|
977
988
|
height: 44px;
|
|
978
989
|
border-radius: var(--lp-sys-radius-m);
|
|
979
990
|
}
|
|
980
|
-
.
|
|
991
|
+
._m_xpxx8_189 {
|
|
981
992
|
width: 36px;
|
|
982
993
|
height: 36px;
|
|
983
994
|
border-radius: var(--lp-sys-radius-m);
|
|
984
995
|
}
|
|
985
|
-
.
|
|
996
|
+
._s_xpxx8_27 {
|
|
986
997
|
width: 28px;
|
|
987
998
|
height: 28px;
|
|
988
999
|
border-radius: var(--lp-sys-radius-m);
|
|
989
1000
|
}
|
|
990
|
-
.
|
|
1001
|
+
._xs_xpxx8_201 {
|
|
991
1002
|
width: 24px;
|
|
992
1003
|
height: 24px;
|
|
993
1004
|
border-radius: var(--lp-sys-radius-s);
|