solid-panes 4.2.6 → 4.4.1-test.0
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/README.md +45 -1
- package/dist/0314353e28ce6e5539af.svg +9 -0
- package/dist/04567ff683933c35c465.png +0 -0
- package/dist/10163fd9b5a0e00d63a0.png +0 -0
- package/dist/1234dcb2eec2e45f252b.png +0 -0
- package/dist/20899934157df4db56cb.png +0 -0
- package/dist/33760bf79f097f449da5.png +0 -0
- package/dist/4cceba29ab33b1ddd9bb.svg +6 -0
- package/dist/578d2b6ed32e7624164e.png +0 -0
- package/dist/5f62a5b2b7e99b9640c7.png +0 -0
- package/dist/6525766ecd288ec60129.png +0 -0
- package/dist/7800be6f6c4b5b0f4f20.png +0 -0
- package/dist/7b7538c6f6b317968009.svg +9 -0
- package/dist/92d03142abe6efc0b42d.svg +6 -0
- package/dist/976473cf5fe24d657d4b.png +0 -0
- package/dist/RDFXMLPane.css +70 -0
- package/dist/RDFXMLPane.d.ts +13 -0
- package/dist/RDFXMLPane.d.ts.map +1 -0
- package/dist/RDFXMLPane.js +46 -4
- package/dist/bda84f59e7216675a208.png +0 -0
- package/dist/cd68e8f3990ba8b2139e.png +0 -0
- package/dist/dashboard/basicPreferences.d.ts.map +1 -1
- package/dist/dashboard/basicPreferences.js +1 -0
- package/dist/dashboard/dashboardPane.d.ts.map +1 -1
- package/dist/dashboard/dashboardPane.js +9 -3
- package/dist/dashboard/homepage.d.ts +1 -1
- package/dist/dashboard/homepage.d.ts.map +1 -1
- package/dist/dashboard/homepage.js +5 -35
- package/dist/dataContentPane.css +271 -0
- package/dist/dataContentPane.d.ts +14 -0
- package/dist/dataContentPane.d.ts.map +1 -0
- package/dist/dataContentPane.js +68 -101
- package/dist/defaultPane.css +97 -0
- package/dist/defaultPane.d.ts +14 -0
- package/dist/defaultPane.d.ts.map +1 -0
- package/dist/defaultPane.js +9 -2
- package/dist/e7074a7e2cb69e51cfd3.png +0 -0
- package/dist/f3772696fb7ee53c23d8.png +0 -0
- package/dist/form/formPane.css +120 -0
- package/dist/form/pane.d.ts +4 -0
- package/dist/form/pane.d.ts.map +1 -0
- package/dist/form/pane.js +120 -54
- package/dist/home/homePane.d.ts.map +1 -1
- package/dist/home/homePane.js +2 -0
- package/dist/humanReadablePane.css +129 -0
- package/dist/humanReadablePane.d.ts +13 -0
- package/dist/humanReadablePane.d.ts.map +1 -0
- package/dist/humanReadablePane.js +53 -16
- package/dist/icons/clock.svg +7 -0
- package/dist/icons/comment.svg +6 -0
- package/dist/icons/dashboard.svg +9 -0
- package/dist/icons/downArrow.svg +6 -0
- package/dist/icons/folder.svg +6 -0
- package/dist/icons/friends.svg +9 -0
- package/dist/icons/help.svg +8 -0
- package/dist/icons/iconHelper.d.ts +2 -0
- package/dist/icons/iconHelper.d.ts.map +1 -0
- package/dist/icons/iconHelper.js +23 -0
- package/dist/icons/menu.svg +8 -0
- package/dist/icons/person.svg +6 -0
- package/dist/icons/personInCircle.svg +8 -0
- package/dist/icons/sharing.svg +10 -0
- package/dist/icons/signOut.svg +8 -0
- package/dist/icons/signUp.svg +9 -0
- package/dist/icons/star.svg +3 -0
- package/dist/imagePane.css +4 -0
- package/dist/imagePane.d.ts +12 -0
- package/dist/imagePane.d.ts.map +1 -0
- package/dist/imagePane.js +19 -21
- package/dist/index.d.ts +5 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19 -4
- package/dist/internal/internalPane.css +14 -0
- package/dist/internal/internalPane.d.ts +1 -0
- package/dist/internal/internalPane.d.ts.map +1 -1
- package/dist/internal/internalPane.js +6 -6
- package/dist/mainPage/footer.d.ts +14 -2
- package/dist/mainPage/footer.d.ts.map +1 -1
- package/dist/mainPage/footer.js +21 -13
- package/dist/mainPage/header.d.ts +16 -1
- package/dist/mainPage/header.d.ts.map +1 -1
- package/dist/mainPage/header.js +179 -61
- package/dist/mainPage/index.d.ts +16 -1
- package/dist/mainPage/index.d.ts.map +1 -1
- package/dist/mainPage/index.js +61 -7
- package/dist/mainPage/menu.css +243 -0
- package/dist/mainPage/menu.d.ts +7 -0
- package/dist/mainPage/menu.d.ts.map +1 -0
- package/dist/mainPage/menu.js +436 -0
- package/dist/n3Pane.css +49 -0
- package/dist/n3Pane.d.ts +13 -0
- package/dist/n3Pane.d.ts.map +1 -0
- package/dist/n3Pane.js +36 -4
- package/dist/outline/context.d.ts +2 -2
- package/dist/outline/context.d.ts.map +1 -1
- package/dist/outline/context.js +5 -2
- package/dist/outline/manager.css +12 -14
- package/dist/outline/manager.js +172 -82
- package/dist/outline/userInput.js +6 -3
- package/dist/pad/padPane.css +40 -0
- package/dist/pad/padPane.d.ts +1 -0
- package/dist/pad/padPane.d.ts.map +1 -1
- package/dist/pad/padPane.js +33 -22
- package/dist/playlist/playlistPane.js +2 -6
- package/dist/profileUtils/ownerProfile.d.ts +5 -0
- package/dist/profileUtils/ownerProfile.d.ts.map +1 -0
- package/dist/profileUtils/ownerProfile.js +84 -0
- package/dist/registerPanes.js +12 -12
- package/dist/schedule/schedulePane.css +294 -0
- package/dist/schedule/schedulePane.d.ts +23 -0
- package/dist/schedule/schedulePane.d.ts.map +1 -0
- package/dist/schedule/schedulePane.js +161 -61
- package/dist/slideshow/slideshowPane.js +1 -1
- package/dist/social/editProfileDetails.d.ts +19 -0
- package/dist/social/editProfileDetails.d.ts.map +1 -0
- package/dist/social/editProfileDetails.js +362 -0
- package/dist/social/icons.d.ts +7 -0
- package/dist/social/icons.d.ts.map +1 -0
- package/dist/social/icons.js +95 -0
- package/dist/social/socialPane.css +1464 -0
- package/dist/social/socialPane.d.ts +30 -0
- package/dist/social/socialPane.d.ts.map +1 -0
- package/dist/social/socialPane.js +651 -0
- package/dist/social/socialSections.d.ts +77 -0
- package/dist/social/socialSections.d.ts.map +1 -0
- package/dist/social/socialSections.js +393 -0
- package/dist/social/spinner.d.ts +3 -0
- package/dist/social/spinner.d.ts.map +1 -0
- package/dist/social/spinner.js +13 -0
- package/dist/social/triage.d.ts +17 -0
- package/dist/social/triage.d.ts.map +1 -0
- package/dist/social/triage.js +79 -0
- package/dist/solid-panes.js +49544 -18164
- package/dist/solid-panes.js.map +1 -1
- package/dist/solid-panes.min.js +3884 -240
- package/dist/solid-panes.min.js.map +1 -1
- package/dist/{style → styles}/tabbedtab.css +0 -281
- package/dist/styles/utilities.css +5 -0
- package/dist/tabbed/tabbedPane.d.ts.map +1 -1
- package/dist/tabbed/tabbedPane.js +2 -0
- package/dist/versionInfo.js +14 -14
- package/package.json +37 -31
- package/dist/socialPane.js +0 -430
|
@@ -0,0 +1,1464 @@
|
|
|
1
|
+
.social-pane-host,
|
|
2
|
+
.social-pane {
|
|
3
|
+
--profile-interactive-cursor: pointer;
|
|
4
|
+
display: block;
|
|
5
|
+
background: var(--color-background, #F8F9FB);
|
|
6
|
+
border-radius: var(--border-radius-base, 0.3125rem);
|
|
7
|
+
overflow: visible;
|
|
8
|
+
width: 100%;
|
|
9
|
+
min-width: 100%;
|
|
10
|
+
box-sizing: border-box;
|
|
11
|
+
max-width: none;
|
|
12
|
+
margin: 0;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.social-pane__header-content {
|
|
16
|
+
display: grid;
|
|
17
|
+
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
18
|
+
align-items: flex-start;
|
|
19
|
+
column-gap: var(--spacing-md, 1.25rem);
|
|
20
|
+
row-gap: var(--spacing-xxs, 0.3125rem);
|
|
21
|
+
min-width: 0;
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.social-pane__header-media {
|
|
26
|
+
grid-column: 1;
|
|
27
|
+
grid-row: 1;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.social-pane__header-details {
|
|
31
|
+
grid-column: 2;
|
|
32
|
+
grid-row: 1;
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
align-items: flex-start;
|
|
36
|
+
min-width: 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.social-pane__header-actions {
|
|
40
|
+
grid-column: 3;
|
|
41
|
+
grid-row: 1;
|
|
42
|
+
margin-left: auto;
|
|
43
|
+
align-self: flex-start;
|
|
44
|
+
justify-self: end;
|
|
45
|
+
display: flex;
|
|
46
|
+
align-items: flex-start;
|
|
47
|
+
gap: var(--spacing-xs, 0.5rem);
|
|
48
|
+
flex-wrap: wrap;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.social-pane__header-actions--friend {
|
|
52
|
+
justify-content: center;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.social-pane__header-actions--friend > solid-ui-button {
|
|
56
|
+
margin-inline: auto;
|
|
57
|
+
--button-border-radius: var(--border-radius-md, 0.5rem);
|
|
58
|
+
--button-hover-text: var(--color-primary, #7C4DFF);
|
|
59
|
+
--button-hover-border: var(--color-primary, #7C4DFF);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.social-pane__header-summary {
|
|
63
|
+
display: flex;
|
|
64
|
+
flex-direction: column;
|
|
65
|
+
align-items: flex-start;
|
|
66
|
+
gap: var(--spacing-xxs, 0.125rem);
|
|
67
|
+
width: 100%;
|
|
68
|
+
max-width: 100%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.social-pane__header-stats {
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-wrap: wrap;
|
|
74
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
75
|
+
justify-content: flex-start;
|
|
76
|
+
align-self: flex-start;
|
|
77
|
+
margin-top: var(--spacing-xxs, 0.3125rem);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.social-pane__header-stat {
|
|
81
|
+
appearance: none;
|
|
82
|
+
border: 0;
|
|
83
|
+
background: transparent;
|
|
84
|
+
cursor: var(--profile-interactive-cursor, pointer);
|
|
85
|
+
color: var(--slate-700, #314158);
|
|
86
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
87
|
+
font-weight: var(--font-weight-bold, 600);
|
|
88
|
+
line-height: var(--line-height-tight, 1.4);
|
|
89
|
+
padding: 0;
|
|
90
|
+
text-decoration: none;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.social-pane__header-stat + .social-pane__header-stat::before {
|
|
94
|
+
content: '◆';
|
|
95
|
+
color: var(--gray-400, #99A1AF);
|
|
96
|
+
font-size: 0.5rem;
|
|
97
|
+
margin-right: var(--spacing-xs, 0.75rem);
|
|
98
|
+
vertical-align: middle;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.social-pane__header-stat:hover .social-pane__header-stat-label {
|
|
102
|
+
text-decoration: underline;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.social-pane__header-stat:focus-visible {
|
|
106
|
+
outline: var(--border-width-medium, 2px) solid #111827;
|
|
107
|
+
outline-offset: 2px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.social-pane__edit-button {
|
|
111
|
+
position: static;
|
|
112
|
+
display: inline-block;
|
|
113
|
+
min-width: 0;
|
|
114
|
+
width: auto;
|
|
115
|
+
max-width: none;
|
|
116
|
+
--button-height-sm: 0;
|
|
117
|
+
--button-padding-sm: var(--spacing-xxs, 0.3125rem);
|
|
118
|
+
--button-background: transparent;
|
|
119
|
+
--button-border: transparent;
|
|
120
|
+
--button-border-width: 0;
|
|
121
|
+
--button-hover-background: transparent;
|
|
122
|
+
--button-hover-border: transparent;
|
|
123
|
+
--button-text: var(--color-primary, #7C4DFF);
|
|
124
|
+
--button-hover-text: var(--color-primary, #7C4DFF);
|
|
125
|
+
--button-font-size-sm: var(--font-size-sm, 0.875rem);
|
|
126
|
+
--button-font-weight: var(--font-weight-regular, 400);
|
|
127
|
+
--button-line-height: var(--line-height-base, 1.5);
|
|
128
|
+
--button-icon-size-sm: 0.875rem;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.social-pane__edit-button::part(button):hover {
|
|
132
|
+
text-decoration: underline;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.social-pane__edit-button::part(button):focus-visible {
|
|
136
|
+
outline: var(--border-width-medium, 2px) solid var(--color-primary, #7C4DFF);
|
|
137
|
+
outline-offset: 2px;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.social-pane__edit-button-label {
|
|
141
|
+
display: inline-flex;
|
|
142
|
+
align-items: center;
|
|
143
|
+
gap: var(--spacing-xxs, 0.3125rem);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.social-pane__edit-button .profile-section-collapsible__edit-icon,
|
|
147
|
+
.social-pane__edit-button-icon {
|
|
148
|
+
display: none;
|
|
149
|
+
line-height: 0;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.social-pane__edit-button-label svg,
|
|
153
|
+
.social-pane__edit-button-icon svg,
|
|
154
|
+
.social-pane__edit-button .profile-section-collapsible__edit-icon svg {
|
|
155
|
+
width: 0.875rem;
|
|
156
|
+
height: 0.875rem;
|
|
157
|
+
display: inline-block;
|
|
158
|
+
flex: 0 0 auto;
|
|
159
|
+
vertical-align: middle;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.social-pane__edit-button-label svg path,
|
|
163
|
+
.social-pane__edit-button-icon svg path,
|
|
164
|
+
.social-pane__edit-button .profile-section-collapsible__edit-icon svg path {
|
|
165
|
+
fill: var(--color-primary, #7C4DFF);
|
|
166
|
+
stroke: none;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.social-pane__dialog-backdrop {
|
|
170
|
+
position: fixed;
|
|
171
|
+
inset: 0;
|
|
172
|
+
z-index: 1000;
|
|
173
|
+
padding: 1rem;
|
|
174
|
+
background: rgb(15 23 42 / 0.45);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.social-pane__dialog {
|
|
178
|
+
position: relative;
|
|
179
|
+
width: min(32rem, 100%);
|
|
180
|
+
max-height: calc(100vh - 2rem);
|
|
181
|
+
overflow: auto;
|
|
182
|
+
border-radius: 1rem;
|
|
183
|
+
background: var(--white, #fff);
|
|
184
|
+
color: var(--color-text, #111827);
|
|
185
|
+
padding: var(--spacing-md, 1.25rem);
|
|
186
|
+
box-shadow: 0 20px 45px rgb(15 23 42 / 0.25);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.social-pane__dialog-header {
|
|
190
|
+
display: flex;
|
|
191
|
+
align-items: flex-start;
|
|
192
|
+
justify-content: space-between;
|
|
193
|
+
gap: var(--spacing-md, 1rem);
|
|
194
|
+
padding-bottom: var(--spacing-base, 0.5rem);
|
|
195
|
+
margin-bottom: var(--spacing-sm, 0.938rem);
|
|
196
|
+
border-bottom: var(--border-width-sm, 0.1rem) solid var(--slate-200, #E2E8F0);
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.social-pane__dialog-title {
|
|
200
|
+
margin: 0 0 var(--spacing-base, 0.5rem);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.social-pane__dialog-close {
|
|
204
|
+
flex: 0 0 auto;
|
|
205
|
+
--button-background: transparent;
|
|
206
|
+
--button-border: transparent;
|
|
207
|
+
--button-border-width: 0;
|
|
208
|
+
--button-hover-background: transparent;
|
|
209
|
+
--button-hover-border: transparent;
|
|
210
|
+
color: var(--color-text-subheading, #6b7280);
|
|
211
|
+
cursor: pointer;
|
|
212
|
+
padding: 0;
|
|
213
|
+
line-height: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.social-pane__dialog-close:hover {
|
|
217
|
+
color: var(--color-text-primary, #364153);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.social-pane__dialog-close:focus-visible {
|
|
221
|
+
outline: var(--border-width-medium, 2px) solid var(--color-text-primary, #364153);
|
|
222
|
+
outline-offset: 2px;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.social-pane__dialog-close svg {
|
|
226
|
+
width: var(--icon-xxxs, 0.75rem);
|
|
227
|
+
height: var(--icon-xxxs, 0.75rem);
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.social-pane__dialog-close svg path {
|
|
231
|
+
fill: currentColor;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.social-pane__dialog-form {
|
|
235
|
+
gap: var(--spacing-sm, 0.938rem);
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
.social-pane__dialog-fields {
|
|
239
|
+
display: flex;
|
|
240
|
+
flex-direction: column;
|
|
241
|
+
gap: var(--spacing-sm, 0.938rem);
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.social-pane__dialog-field {
|
|
245
|
+
gap: 0.2rem;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.social-pane__dialog-field-header {
|
|
249
|
+
display: flex;
|
|
250
|
+
align-items: center;
|
|
251
|
+
justify-content: space-between;
|
|
252
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.social-pane__dialog-row-list {
|
|
256
|
+
display: flex;
|
|
257
|
+
flex-direction: column;
|
|
258
|
+
gap: 0.2rem;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.social-pane__dialog-row {
|
|
262
|
+
display: grid;
|
|
263
|
+
grid-template-columns: minmax(0, 1fr) auto;
|
|
264
|
+
align-items: center;
|
|
265
|
+
gap: 0.45rem;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
.social-pane__dialog-label {
|
|
269
|
+
margin: 0;
|
|
270
|
+
color: var(--gray-700, #364153);
|
|
271
|
+
font-size: var(--font-size-md, 1rem); /* 16px */
|
|
272
|
+
font-weight: var(--font-weight-md, 500);
|
|
273
|
+
line-height: normal;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
.social-pane__dialog-input {
|
|
277
|
+
width: 100%;
|
|
278
|
+
box-sizing: border-box;
|
|
279
|
+
min-height: auto;
|
|
280
|
+
resize: none;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.social-pane__dialog-error {
|
|
284
|
+
min-height: 1.25rem;
|
|
285
|
+
margin: 0;
|
|
286
|
+
color: var(--color-warning, red);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
.social-pane__dialog-saving-overlay {
|
|
290
|
+
position: absolute;
|
|
291
|
+
inset: 0;
|
|
292
|
+
display: grid;
|
|
293
|
+
place-items: center;
|
|
294
|
+
background: rgba(255, 255, 255, 0.78);
|
|
295
|
+
z-index: 10;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.social-pane__dialog-saving-overlay[hidden] {
|
|
299
|
+
display: none;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.social-pane__dialog.modal--saving .social-pane__dialog-form {
|
|
303
|
+
opacity: 0.45;
|
|
304
|
+
pointer-events: none;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.social-pane__dialog .modal__saving-indicator {
|
|
308
|
+
gap: 0;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.social-pane__dialog-row-button-icon {
|
|
312
|
+
display: inline-flex;
|
|
313
|
+
align-items: center;
|
|
314
|
+
justify-content: center;
|
|
315
|
+
line-height: 0;
|
|
316
|
+
flex: 0 0 auto;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.social-pane__dialog-row-button-icon svg {
|
|
320
|
+
display: block;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.social-pane__dialog-field-header solid-ui-button.social-pane__dialog-row-button--add {
|
|
324
|
+
justify-self: flex-start;
|
|
325
|
+
width: auto;
|
|
326
|
+
min-width: 0;
|
|
327
|
+
max-width: none;
|
|
328
|
+
margin-left: auto;
|
|
329
|
+
flex: 0 0 auto;
|
|
330
|
+
box-sizing: border-box;
|
|
331
|
+
--button-min-height: auto;
|
|
332
|
+
--button-padding-sm: var(--spacing-xxs, 0.3125rem);
|
|
333
|
+
--button-background: transparent;
|
|
334
|
+
--button-border: transparent;
|
|
335
|
+
--button-border-width: 0;
|
|
336
|
+
--button-hover-background: transparent;
|
|
337
|
+
--button-hover-border: transparent;
|
|
338
|
+
--button-text: var(--color-primary, #7C4DFF);
|
|
339
|
+
--button-hover-text: var(--color-primary, #7C4DFF);
|
|
340
|
+
--button-height-sm: auto;
|
|
341
|
+
--button-font-weight: var(--font-weight-md, 500);
|
|
342
|
+
--button-font-size-sm: var(--font-size-sm, 0.875rem);
|
|
343
|
+
--button-line-height: var(--line-height-base, 1.5);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.social-pane__dialog-field-header solid-ui-button.social-pane__dialog-row-button--add::part(button) {
|
|
347
|
+
min-height: auto;
|
|
348
|
+
padding: var(--spacing-xxs, 0.3125rem);
|
|
349
|
+
border: none;
|
|
350
|
+
background: none;
|
|
351
|
+
color: var(--color-primary, #7C4DFF);
|
|
352
|
+
font-weight: var(--font-weight-md, 500);
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.social-pane__dialog-field-header solid-ui-button.social-pane__dialog-row-button--add:hover::part(button) {
|
|
356
|
+
text-decoration: underline;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.social-pane__add-more-content {
|
|
360
|
+
display: inline;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.social-pane__add-more-inline {
|
|
364
|
+
display: inline;
|
|
365
|
+
white-space: normal;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.social-pane__add-more-icon {
|
|
369
|
+
display: inline-block;
|
|
370
|
+
width: var(--icon-xxxs, 0.75rem);
|
|
371
|
+
height: var(--icon-xxxs, 0.75rem);
|
|
372
|
+
margin-right: var(--spacing-xxs, 0.3125rem);
|
|
373
|
+
line-height: 0;
|
|
374
|
+
vertical-align: text-top;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.social-pane__add-more-icon svg {
|
|
378
|
+
width: 100%;
|
|
379
|
+
height: 100%;
|
|
380
|
+
display: block;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.social-pane__dialog-row-list solid-ui-button.social-pane__dialog-row-button--remove {
|
|
384
|
+
min-height: var(--min-touch-target, 44px);
|
|
385
|
+
min-width: var(--min-touch-target, 44px);
|
|
386
|
+
color: var(--gray-300, #D1D5DC);
|
|
387
|
+
--button-background: transparent;
|
|
388
|
+
--button-box-shadow: none;
|
|
389
|
+
--button-active-box-shadow: none;
|
|
390
|
+
--button-active-transform: none;
|
|
391
|
+
--button-border: transparent;
|
|
392
|
+
--button-border-width: 0;
|
|
393
|
+
--button-border-radius: var(--border-radius-base, 0.3125rem);
|
|
394
|
+
--button-hover-background: var(--lavender-300, #e6dcff);
|
|
395
|
+
--button-hover-border: transparent;
|
|
396
|
+
--button-hover-text: var(--color-primary, #7C4DFF);
|
|
397
|
+
--button-hover-box-shadow: none;
|
|
398
|
+
--button-text: currentColor;
|
|
399
|
+
--button-height-md: var(--min-touch-target, 44px);
|
|
400
|
+
--button-padding-md: 0;
|
|
401
|
+
--button-padding-x-sm: 0;
|
|
402
|
+
--button-icon-size-md: var(--icon-xxs, 1rem);
|
|
403
|
+
--button-icon-size-lg: var(--icon-xxs, 1rem);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.social-pane__dialog-row-list solid-ui-button.social-pane__dialog-row-button--remove:hover,
|
|
407
|
+
.social-pane__dialog-row-list solid-ui-button.social-pane__dialog-row-button--remove:focus-within {
|
|
408
|
+
color: var(--gray-300, #D1D5DC);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.social-pane__dialog-row-button-icon--remove svg {
|
|
412
|
+
width: 1rem;
|
|
413
|
+
height: 1rem;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
.social-pane__dialog-row-button-icon--remove svg path {
|
|
417
|
+
stroke: currentColor;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
.social-pane__dialog-actions {
|
|
421
|
+
display: flex;
|
|
422
|
+
justify-content: flex-end;
|
|
423
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
424
|
+
padding-top: var(--spacing-base, 0.5rem);
|
|
425
|
+
margin-top: 0;
|
|
426
|
+
border-top: var(--border-width-sm, 0.1rem) solid var(--slate-200, #E2E8F0);
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.social-pane__dialog-actions > solid-ui-button {
|
|
430
|
+
width: 10.8rem;
|
|
431
|
+
}
|
|
432
|
+
|
|
433
|
+
.social-pane__dialog-actions > solid-ui-button {
|
|
434
|
+
--button-border-width: 1px;
|
|
435
|
+
--button-border-radius: var(--border-radius-base, 0.3125rem);
|
|
436
|
+
--button-box-shadow: none;
|
|
437
|
+
--button-hover-box-shadow: none;
|
|
438
|
+
--button-active-box-shadow: none;
|
|
439
|
+
--button-active-transform: none;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.social-pane__dialog-actions solid-ui-button.social-pane__dialog-button--save {
|
|
443
|
+
--button-font-size-md: var(--font-size-lg, 1.125rem);
|
|
444
|
+
--button-background: var(--color-primary, #7C4DFF);
|
|
445
|
+
--button-border: var(--color-primary, #7C4DFF);
|
|
446
|
+
--button-text: var(--white, #FFF);
|
|
447
|
+
--button-hover-background: color-mix(in srgb, var(--color-primary, #7C4DFF) 90%, black);
|
|
448
|
+
--button-hover-border: color-mix(in srgb, var(--color-primary, #7C4DFF) 90%, black);
|
|
449
|
+
--button-hover-text: var(--white, #FFF);
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.social-pane__dialog-actions solid-ui-button.social-pane__dialog-button--cancel {
|
|
453
|
+
--button-background: var(--white, #FFF);
|
|
454
|
+
--button-border: var(--gray-300, #D1D5DC);
|
|
455
|
+
--button-font-weight: var(--font-weight-normal, normal);
|
|
456
|
+
--button-text: var(--gray-800, #1E2939);
|
|
457
|
+
--button-hover-background: var(--blue-900, #083575);
|
|
458
|
+
--button-hover-border: var(--blue-900, #083575);
|
|
459
|
+
--button-hover-text: var(--white, #FFF);
|
|
460
|
+
--button-font-size-md: var(--font-size-sm, 0.875rem);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.social-pane__header-name {
|
|
464
|
+
color: var(--color-text-heading, #000);
|
|
465
|
+
font-size: var(--font-size-xxl, 1.75rem); /* 28px */
|
|
466
|
+
font-weight: var(--font-weight-bold, 600);
|
|
467
|
+
margin: 0;
|
|
468
|
+
padding: 0;
|
|
469
|
+
text-indent: 0;
|
|
470
|
+
line-height: 1.2;
|
|
471
|
+
text-align: left;
|
|
472
|
+
overflow-wrap: anywhere;
|
|
473
|
+
transform: translateX(-4px);
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.social-pane__header-location {
|
|
477
|
+
display: inline-flex;
|
|
478
|
+
align-items: center;
|
|
479
|
+
gap: var(--spacing-2xs, 0.625rem);
|
|
480
|
+
color: var(--color-text-secondary, #4A5565);
|
|
481
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
482
|
+
font-weight: var(--font-weight-normal, 400);
|
|
483
|
+
line-height: 1.2;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.social-pane__header-job-org {
|
|
487
|
+
margin: 0;
|
|
488
|
+
color: var(--color-text-subheading, #101828);
|
|
489
|
+
width: 100%;
|
|
490
|
+
white-space: normal;
|
|
491
|
+
font-size: var(--font-size-lg, 1.125rem);
|
|
492
|
+
font-weight: var(--font-weight-md, 500);
|
|
493
|
+
line-height: 1.25;
|
|
494
|
+
text-align: left;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
.social-pane__header-location-icon {
|
|
498
|
+
line-height: 0;
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
.social-pane__header-location-icon svg {
|
|
502
|
+
width: var(--icon-xxs, 1rem);
|
|
503
|
+
height: var(--icon-xxs, 1rem);
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.social-profile-links {
|
|
507
|
+
display: grid;
|
|
508
|
+
grid-template-columns: repeat(2, max-content);
|
|
509
|
+
align-items: start;
|
|
510
|
+
column-gap: 1rem;
|
|
511
|
+
row-gap: 0.15rem;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.social-pane__header-hero {
|
|
515
|
+
width: 140px;
|
|
516
|
+
height: 140px;
|
|
517
|
+
border-radius: var(--border-radius-full, 0.625rem); /* 10px */;
|
|
518
|
+
border: var(--border-width-sm, 0.1rem) solid var(--color-primary, #7C4DFF);
|
|
519
|
+
background: var(--gray-200, #E5E7EB) 50% / cover no-repeat;
|
|
520
|
+
background-position: 50%;
|
|
521
|
+
object-fit: cover;
|
|
522
|
+
object-position: center;
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
.social-pane__header-hero-icon {
|
|
526
|
+
width: 140px;
|
|
527
|
+
height: 140px;
|
|
528
|
+
border-radius: var(--border-radius-full, 0.625rem) !important;
|
|
529
|
+
border: var(--border-width-sm, 0.1rem) solid var(--color-primary, #7C4DFF);
|
|
530
|
+
background: var(--color-card-bg);
|
|
531
|
+
line-height: 0;
|
|
532
|
+
flex-shrink: 0;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.social-pane__header-hero-icon svg {
|
|
536
|
+
display: block;
|
|
537
|
+
width: 100%;
|
|
538
|
+
height: 100%;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
.social-pane .social-layout {
|
|
543
|
+
display: flex;
|
|
544
|
+
align-items: flex-start;
|
|
545
|
+
gap: 1rem;
|
|
546
|
+
width: 100%;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.social-pane .social-primary {
|
|
550
|
+
flex: 1 1 70%;
|
|
551
|
+
min-width: 0;
|
|
552
|
+
display: grid;
|
|
553
|
+
grid-template-columns: minmax(0, 1fr);
|
|
554
|
+
grid-template-rows: auto minmax(0, auto);
|
|
555
|
+
gap: 0;
|
|
556
|
+
align-items: start;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.social-pane .social-primary__tabs {
|
|
560
|
+
grid-column: 1;
|
|
561
|
+
grid-row: 1;
|
|
562
|
+
display: flex;
|
|
563
|
+
align-items: center;
|
|
564
|
+
gap: var(--spacing-base, 0.5rem);
|
|
565
|
+
padding: 0;
|
|
566
|
+
background: transparent;
|
|
567
|
+
width: fit-content;
|
|
568
|
+
max-width: 100%;
|
|
569
|
+
margin-bottom: 0;
|
|
570
|
+
position: relative;
|
|
571
|
+
z-index: 1;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.social-pane .social-primary__tab {
|
|
575
|
+
appearance: none;
|
|
576
|
+
-webkit-appearance: none;
|
|
577
|
+
border: 0;
|
|
578
|
+
border-bottom: var(--border-width-sm, 0.1rem) solid transparent;
|
|
579
|
+
border-radius: 0;
|
|
580
|
+
background: transparent;
|
|
581
|
+
color: #374151;
|
|
582
|
+
cursor: pointer;
|
|
583
|
+
font: inherit;
|
|
584
|
+
font-weight: var(--font-weight-bold, 600);
|
|
585
|
+
padding: var(--spacing-2xs, 0.625rem) 1rem;
|
|
586
|
+
box-shadow: none !important;
|
|
587
|
+
transition: background-color 120ms ease, color 120ms ease, box-shadow 120ms ease;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
.social-pane .social-primary__tab:hover {
|
|
591
|
+
background: var(--lavender-300, #e6dcff) !important;
|
|
592
|
+
color: var(--grey-purple-900, #332746);
|
|
593
|
+
box-shadow: none !important;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.social-pane .social-primary__tab[aria-selected='true'],
|
|
597
|
+
.social-pane .social-primary__tab--active {
|
|
598
|
+
background: transparent;
|
|
599
|
+
color: var(--grey-purple-900, #332746);
|
|
600
|
+
box-shadow: none !important;
|
|
601
|
+
border-bottom-color: var(--color-primary, #7C4DFF);
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.social-pane .social-primary__tab:focus-visible {
|
|
605
|
+
outline: none;
|
|
606
|
+
outline-offset: 2px;
|
|
607
|
+
box-shadow: none !important;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.social-pane .social-primary__panel {
|
|
611
|
+
grid-column: 1;
|
|
612
|
+
grid-row: 2;
|
|
613
|
+
display: none;
|
|
614
|
+
opacity: 0;
|
|
615
|
+
visibility: hidden;
|
|
616
|
+
pointer-events: none;
|
|
617
|
+
transform: translateY(0.35rem);
|
|
618
|
+
transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.social-pane .social-primary__panel--active {
|
|
622
|
+
display: block;
|
|
623
|
+
opacity: 1;
|
|
624
|
+
visibility: visible;
|
|
625
|
+
pointer-events: auto;
|
|
626
|
+
transform: translateY(0);
|
|
627
|
+
border: 0;
|
|
628
|
+
border-bottom: var(--border-width-sm, 0.1rem) solid transparent;
|
|
629
|
+
transition: opacity 180ms ease, transform 180ms ease;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
.social-pane .social-pane__mutual-friends,
|
|
633
|
+
.social-pane .social-pane__all-friends {
|
|
634
|
+
margin-top: 0;
|
|
635
|
+
padding-top: var(--spacing-xxxs, 0.2rem);
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
.social-pane .social-main {
|
|
639
|
+
display: table;
|
|
640
|
+
background-color: var(--color-card-bg, #fff);
|
|
641
|
+
color: var(--color-text-primary, #364153);
|
|
642
|
+
border: 0;
|
|
643
|
+
padding: 0;
|
|
644
|
+
box-sizing: border-box;
|
|
645
|
+
width: 100%;
|
|
646
|
+
border-collapse: collapse;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.social-pane .social-main--mutual {
|
|
650
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
651
|
+
margin-top: 1em;
|
|
652
|
+
margin-bottom: 1em;
|
|
653
|
+
padding: 1rem;
|
|
654
|
+
border-radius: var(--border-radius-lg, 0.75rem);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.social-pane .social-main--requests {
|
|
658
|
+
display: flex;
|
|
659
|
+
flex-direction: column;
|
|
660
|
+
gap: var(--spacing-md, 1rem);
|
|
661
|
+
margin-top: 0.75rem;
|
|
662
|
+
margin-bottom: 1rem;
|
|
663
|
+
padding: 1rem;
|
|
664
|
+
border-radius: var(--border-radius-lg, 0.75rem);
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.social-requests__note {
|
|
668
|
+
margin: 0;
|
|
669
|
+
color: var(--color-text-subheading, #475467);
|
|
670
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
671
|
+
line-height: 1.5;
|
|
672
|
+
}
|
|
673
|
+
|
|
674
|
+
.social-requests__group {
|
|
675
|
+
gap: var(--spacing-sm, 0.938rem);
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.social-requests__group-header {
|
|
679
|
+
display: flex;
|
|
680
|
+
flex-direction: column;
|
|
681
|
+
gap: 0.125rem;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.social-requests__group-title {
|
|
685
|
+
margin: 0;
|
|
686
|
+
color: var(--color-text-heading, #101828);
|
|
687
|
+
font-size: var(--font-size-lg, 1.125rem);
|
|
688
|
+
line-height: 1.25;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.social-requests__group-description,
|
|
692
|
+
.social-requests__empty {
|
|
693
|
+
margin: 0;
|
|
694
|
+
color: var(--color-text-subheading, #667085);
|
|
695
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
696
|
+
line-height: 1.5;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.social-requests__table {
|
|
700
|
+
margin-top: 0;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.social-pane .social-mutual-summary {
|
|
704
|
+
gap: var(--spacing-base, 0.5rem);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.social-pane .social-mutual-summary-line {
|
|
708
|
+
color: var(--slate-700, #314158);
|
|
709
|
+
font-size: var(--font-size-sm, 0.95rem);
|
|
710
|
+
line-height: var(--line-height-base, 1.5);
|
|
711
|
+
justify-content: flex-start;
|
|
712
|
+
padding: 1rem;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.social-pane .social-mutual-summary-line--action {
|
|
716
|
+
flex-wrap: wrap;
|
|
717
|
+
gap: var(--spacing-xxs, 0.75rem);
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
.social-pane .social-mutual-confirm-prompt {
|
|
721
|
+
display: inline-flex;
|
|
722
|
+
flex-wrap: wrap;
|
|
723
|
+
align-items: center;
|
|
724
|
+
gap: var(--spacing-xxxs, 0.2rem);
|
|
725
|
+
font-weight: var(--font-weight-semibold, 600);
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.social-pane .social-pane__friend-action--inline {
|
|
729
|
+
position: static;
|
|
730
|
+
top: auto;
|
|
731
|
+
right: auto;
|
|
732
|
+
z-index: auto;
|
|
733
|
+
align-self: flex-start;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
.social-pane .social-mutual-checkbox-form {
|
|
737
|
+
display: block;
|
|
738
|
+
margin: 0;
|
|
739
|
+
padding: 0 1rem 1rem;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.social-pane .social-mutual-checkbox-form label {
|
|
743
|
+
display: inline-flex;
|
|
744
|
+
align-items: center;
|
|
745
|
+
flex-wrap: wrap;
|
|
746
|
+
gap: var(--spacing-2xs, 0.65rem);
|
|
747
|
+
color: var(--slate-700, #374151);
|
|
748
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
749
|
+
line-height: 1.4;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
.social-pane .social-mutual-checkbox-form input[type='checkbox'] {
|
|
753
|
+
width: 1rem;
|
|
754
|
+
height: 1rem;
|
|
755
|
+
margin: 0;
|
|
756
|
+
accent-color: var(--color-primary, #7C4DFF);
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.social-pane .social-mutual-checkbox-form input[type='checkbox']:disabled {
|
|
760
|
+
opacity: 0.65;
|
|
761
|
+
cursor: not-allowed;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.social-pane .social-friends-list {
|
|
765
|
+
width: 100%;
|
|
766
|
+
margin-top: 0;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.social-pane .social-friends-grid {
|
|
770
|
+
display: flex;
|
|
771
|
+
flex-wrap: wrap;
|
|
772
|
+
align-items: stretch;
|
|
773
|
+
width: 100%;
|
|
774
|
+
table-layout: fixed;
|
|
775
|
+
border-collapse: separate;
|
|
776
|
+
border-spacing: 0;
|
|
777
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
.social-pane .social-friends-grid > tbody {
|
|
781
|
+
display: flex;
|
|
782
|
+
flex-wrap: wrap;
|
|
783
|
+
align-items: stretch;
|
|
784
|
+
width: 100%;
|
|
785
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
.social-pane .social-friends-grid > tr,
|
|
789
|
+
.social-pane .social-friends-grid > tbody > tr {
|
|
790
|
+
display: inline-table;
|
|
791
|
+
width: calc(50% - 0.375rem);
|
|
792
|
+
table-layout: fixed;
|
|
793
|
+
box-sizing: border-box;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.social-pane .social-friends-grid > tr,
|
|
797
|
+
.social-pane .social-friends-grid > tbody > tr,
|
|
798
|
+
.social-pane .social-friend-card {
|
|
799
|
+
border: 1px solid var(--gray-200, #E5E7EB);
|
|
800
|
+
background: var(--white, #fff);
|
|
801
|
+
border-radius: var(--border-radius-lg, 0.75rem);
|
|
802
|
+
overflow: visible;
|
|
803
|
+
box-shadow: 0 1px 3px rgb(0 0 0 / 0.08);
|
|
804
|
+
transition: box-shadow 140ms ease, border-color 140ms ease, transform 140ms ease;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.social-pane .social-friends-grid > tr:hover,
|
|
808
|
+
.social-pane .social-friends-grid > tbody > tr:hover,
|
|
809
|
+
.social-pane .social-friend-card:hover {
|
|
810
|
+
border-color: var(--gray-300, #D1D5DC);
|
|
811
|
+
box-shadow: 0 6px 18px rgb(0 0 0 / 0.1);
|
|
812
|
+
transform: translateY(-1px);
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.social-pane .social-friends-grid > tr td,
|
|
816
|
+
.social-pane .social-friends-grid > tbody > tr td,
|
|
817
|
+
.social-pane .social-friend-card td {
|
|
818
|
+
background: var(--color-background, #F8F9FB);
|
|
819
|
+
box-sizing: border-box;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
.social-pane .social-friends-grid > tr > td:nth-child(2),
|
|
823
|
+
.social-pane .social-friends-grid > tbody > tr > td:nth-child(2) {
|
|
824
|
+
width: auto;
|
|
825
|
+
min-width: 0;
|
|
826
|
+
padding-left: 1.4rem;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
.social-pane .social-friends-grid > tr > td:nth-child(3),
|
|
830
|
+
.social-pane .social-friends-grid > tbody > tr > td:nth-child(3) {
|
|
831
|
+
width: 2.5rem;
|
|
832
|
+
min-width: 2.5rem;
|
|
833
|
+
padding-left: 0.25rem;
|
|
834
|
+
vertical-align: top;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.social-pane .social-friends-grid > tr > td:first-child,
|
|
838
|
+
.social-pane .social-friends-grid > tbody > tr > td:first-child {
|
|
839
|
+
padding-right: 1.2rem;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
.social-pane .social-friends-grid td > div > div {
|
|
843
|
+
min-width: 0 !important;
|
|
844
|
+
max-width: 100% !important;
|
|
845
|
+
width: 100% !important;
|
|
846
|
+
white-space: normal !important;
|
|
847
|
+
overflow-wrap: anywhere;
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
.social-pane .social-friends-grid td > div > div button {
|
|
851
|
+
white-space: normal !important;
|
|
852
|
+
}
|
|
853
|
+
|
|
854
|
+
.social-pane .social-friends-grid > tr > td:nth-child(2) > div:first-child,
|
|
855
|
+
.social-pane .social-friends-grid > tbody > tr > td:nth-child(2) > div:first-child {
|
|
856
|
+
display: flex;
|
|
857
|
+
flex-wrap: wrap;
|
|
858
|
+
align-items: flex-start;
|
|
859
|
+
gap: 0.2rem 0.4rem;
|
|
860
|
+
min-width: 0;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
/* change the style of the name / label in the friend card */
|
|
864
|
+
.social-pane .social-friends-grid > tr > td:nth-child(2) > div:first-child > span:first-of-type,
|
|
865
|
+
.social-pane .social-friends-grid > tbody > tr > td:nth-child(2) > div:first-child > span:first-of-type {
|
|
866
|
+
display: inline-block;
|
|
867
|
+
max-width: 100%;
|
|
868
|
+
vertical-align: text-top;
|
|
869
|
+
font-size: var(--font-size-lg, 1.125rem); /* 18px */
|
|
870
|
+
font-weight: var(--font-weight-bold, 600); /* new design uses 600 */
|
|
871
|
+
line-height: var(--line-height-tight);
|
|
872
|
+
margin-top: 0;
|
|
873
|
+
margin-bottom: 0;
|
|
874
|
+
overflow: visible;
|
|
875
|
+
text-overflow: clip;
|
|
876
|
+
white-space: normal;
|
|
877
|
+
overflow-wrap: anywhere;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.social-pane .social-friend-pronouns {
|
|
881
|
+
display: inline;
|
|
882
|
+
margin-left: var(--spacing-xs, 0.25rem);
|
|
883
|
+
color: var(--color-text-secondary, #4A5565);
|
|
884
|
+
font-size: var(--font-size-sm, 0.875rem); /* 14px */
|
|
885
|
+
font-weight: var(--font-weight-regular, 400);
|
|
886
|
+
line-height: 1.2;
|
|
887
|
+
text-align: left;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
.social-pane .social-friend-job-org {
|
|
891
|
+
margin: 0;
|
|
892
|
+
width: 100%;
|
|
893
|
+
min-width: 0;
|
|
894
|
+
white-space: normal;
|
|
895
|
+
overflow-wrap: anywhere;
|
|
896
|
+
color: var(--color-text-subheading, #101828);
|
|
897
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
898
|
+
font-weight: var(--font-weight-medium, 500);
|
|
899
|
+
line-height: 1.25;
|
|
900
|
+
text-align: left;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
.social-pane .social-friend-location {
|
|
904
|
+
color: var(--color-text-secondary, #6b7280);
|
|
905
|
+
font-size: var(--font-size-xs, 0.8125rem);
|
|
906
|
+
line-height: 1.3;
|
|
907
|
+
overflow-wrap: anywhere;
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
@media (max-width: 960px) {
|
|
911
|
+
.social-pane .social-friends-grid > tr,
|
|
912
|
+
.social-pane .social-friends-grid > tbody > tr {
|
|
913
|
+
width: 100%;
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.social-pane .social-friends-header {
|
|
918
|
+
display: flex;
|
|
919
|
+
align-items: center;
|
|
920
|
+
justify-content: space-between;
|
|
921
|
+
padding: 0 var(--spacing-xs, 0.75rem) var(--spacing-base, 0.5rem);
|
|
922
|
+
background-color: var(--gray-100, #F3F4F6);
|
|
923
|
+
caption-side: top;
|
|
924
|
+
margin-top: 0;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
.social-pane .social-friends-header-title {
|
|
928
|
+
font-size: var(--font-size-md, 1rem);
|
|
929
|
+
font-weight: var(--font-weight-bold, 600);
|
|
930
|
+
color: var(--color-text-primary, #364153);
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.social-pane .social-friends-header-actions {
|
|
934
|
+
display: inline-flex;
|
|
935
|
+
align-items: center;
|
|
936
|
+
justify-content: flex-end;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
.social-pane .social-friends-header-actions--standalone {
|
|
940
|
+
display: flex;
|
|
941
|
+
align-items: center;
|
|
942
|
+
gap: var(--spacing-xs, 0.75rem);
|
|
943
|
+
justify-content: flex-start;
|
|
944
|
+
padding: 0.7rem 1rem 0;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.social-pane .social-friends-header-dropzone {
|
|
948
|
+
border-collapse: collapse;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.social-pane .social-friends-header-dropzone-cell {
|
|
952
|
+
padding: 0;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
.social-pane .social-friends-header-hint {
|
|
956
|
+
color: var(--color-text-secondary, #4A5565);
|
|
957
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
958
|
+
line-height: 1.4;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.social-pane .social-friends-header-actions button {
|
|
962
|
+
display: inline-flex;
|
|
963
|
+
align-items: center;
|
|
964
|
+
justify-content: center;
|
|
965
|
+
width: 2rem !important;
|
|
966
|
+
min-width: 2rem !important;
|
|
967
|
+
height: 2rem !important;
|
|
968
|
+
padding: 0 !important;
|
|
969
|
+
margin: 0 !important;
|
|
970
|
+
border-width: 0 !important;
|
|
971
|
+
overflow: hidden;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.social-pane .social-friends-header-actions button img {
|
|
975
|
+
display: block;
|
|
976
|
+
width: 100% !important;
|
|
977
|
+
height: 100% !important;
|
|
978
|
+
object-fit: contain;
|
|
979
|
+
pointer-events: none;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/* From tabbedtab.css */
|
|
983
|
+
/* ***************** Social Pane **********/
|
|
984
|
+
|
|
985
|
+
div.social-pane {
|
|
986
|
+
padding-top: 0;
|
|
987
|
+
padding-bottom: 0;
|
|
988
|
+
margin: 0;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.social-pane a {
|
|
992
|
+
color: var(--color-primary, #7C4DFF);
|
|
993
|
+
text-decoration: none;
|
|
994
|
+
font-weight: bold;
|
|
995
|
+
}
|
|
996
|
+
.social-pane a:hover {
|
|
997
|
+
color: var(--color-primary, #7C4DFF);
|
|
998
|
+
text-decoration: underline;
|
|
999
|
+
font-weight: bold;
|
|
1000
|
+
}
|
|
1001
|
+
.social-pane a:active {
|
|
1002
|
+
color: var(--color-primary, #7C4DFF);
|
|
1003
|
+
text-decoration: none;
|
|
1004
|
+
}
|
|
1005
|
+
|
|
1006
|
+
.social-pane__link-button {
|
|
1007
|
+
width: fit-content;
|
|
1008
|
+
max-width: 100%;
|
|
1009
|
+
display: inline-flex;
|
|
1010
|
+
white-space: nowrap;
|
|
1011
|
+
background-color: transparent;
|
|
1012
|
+
border: none;
|
|
1013
|
+
margin-top: 0;
|
|
1014
|
+
margin-bottom: 0;
|
|
1015
|
+
padding: var(--spacing-xxxs, 0.2rem) var(--spacing-base, 0.5rem);
|
|
1016
|
+
text-align: left;
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
.social-pane__link-button > a {
|
|
1020
|
+
display: inline-flex;
|
|
1021
|
+
max-width: 100%;
|
|
1022
|
+
white-space: normal;
|
|
1023
|
+
overflow-wrap: anywhere;
|
|
1024
|
+
background-color: transparent;
|
|
1025
|
+
color: var(--color-primary, #7C4DFF);
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.social-pane__link-button > a:link,
|
|
1029
|
+
.social-pane__link-button > a:visited,
|
|
1030
|
+
.social-pane__link-button > a:hover {
|
|
1031
|
+
color: var(--color-primary, #7C4DFF);
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.social-pane__link-button > a:hover {
|
|
1035
|
+
text-decoration: underline;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-content {
|
|
1039
|
+
display: grid;
|
|
1040
|
+
grid-template-columns: 4.375rem minmax(0, 1fr) auto;
|
|
1041
|
+
align-items: start;
|
|
1042
|
+
column-gap: var(--spacing-md, 1rem);
|
|
1043
|
+
row-gap: 0.25rem;
|
|
1044
|
+
padding: 1rem 1rem 0;
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-media {
|
|
1048
|
+
display: contents;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-details {
|
|
1052
|
+
grid-column: 2;
|
|
1053
|
+
grid-row: 1;
|
|
1054
|
+
display: flex;
|
|
1055
|
+
flex-direction: column;
|
|
1056
|
+
align-items: flex-start;
|
|
1057
|
+
gap: 0.125rem;
|
|
1058
|
+
min-width: 0;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-actions {
|
|
1062
|
+
grid-column: 3;
|
|
1063
|
+
grid-row: 1;
|
|
1064
|
+
justify-self: end;
|
|
1065
|
+
justify-content: flex-end;
|
|
1066
|
+
width: auto;
|
|
1067
|
+
gap: var(--spacing-2xs, 0.3125rem);
|
|
1068
|
+
margin-left: 0;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-actions--friend {
|
|
1072
|
+
grid-column: 1 / -1;
|
|
1073
|
+
grid-row: 3;
|
|
1074
|
+
justify-self: stretch;
|
|
1075
|
+
justify-content: center;
|
|
1076
|
+
width: 100%;
|
|
1077
|
+
margin-left: 0;
|
|
1078
|
+
margin-top: 0.125rem;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-summary {
|
|
1082
|
+
display: flex;
|
|
1083
|
+
flex-direction: column;
|
|
1084
|
+
gap: 0;
|
|
1085
|
+
width: 100%;
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__header-name, .social-pane__header-job-org, .social-pane__header-location) {
|
|
1089
|
+
width: 100%;
|
|
1090
|
+
text-align: left;
|
|
1091
|
+
justify-content: flex-start;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-stats {
|
|
1095
|
+
width: 100%;
|
|
1096
|
+
justify-content: flex-start;
|
|
1097
|
+
align-self: flex-start;
|
|
1098
|
+
gap: var(--spacing-xs, 0.5rem);
|
|
1099
|
+
margin-top: -0.4375rem;
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-profile-links {
|
|
1103
|
+
grid-column: 1 / -1;
|
|
1104
|
+
grid-row: 2;
|
|
1105
|
+
grid-template-columns: 1fr;
|
|
1106
|
+
row-gap: var(--spacing-xxxs, 0.2rem);
|
|
1107
|
+
justify-items: start;
|
|
1108
|
+
padding-left: 0;
|
|
1109
|
+
margin-top: -0.375rem;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane .social-primary__tabs,
|
|
1113
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-primary__tabs {
|
|
1114
|
+
margin-top: -0.5rem;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__link-button {
|
|
1118
|
+
justify-self: start;
|
|
1119
|
+
padding-left: 0;
|
|
1120
|
+
padding-right: 0;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__link-button > a {
|
|
1124
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
1125
|
+
text-align: left;
|
|
1126
|
+
}
|
|
1127
|
+
|
|
1128
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__dialog-field-header {
|
|
1129
|
+
grid-template-columns: minmax(0, 1fr);
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__header-hero, .social-pane__header-hero-icon) {
|
|
1133
|
+
grid-column: 1;
|
|
1134
|
+
grid-row: 1;
|
|
1135
|
+
width: 5rem;
|
|
1136
|
+
height: 5rem;
|
|
1137
|
+
aspect-ratio: 1 / 1;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-name {
|
|
1141
|
+
font-size: var(--font-size-xl, 1.375rem);
|
|
1142
|
+
line-height: 1.15;
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1145
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__header-job-org {
|
|
1146
|
+
font-size: var(--font-size-md, 1rem);
|
|
1147
|
+
line-height: 1.25;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane .social-friend-pronouns {
|
|
1151
|
+
font-size: 0.6875rem;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__header-location, .social-pane__header-stat),
|
|
1155
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane .social-friend-location {
|
|
1156
|
+
font-size: var(--font-size-xxs, 0.75rem);
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__edit-button-label, .social-pane__edit-button .profile-section-collapsible__edit-label) {
|
|
1160
|
+
display: none !important;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__edit-button {
|
|
1164
|
+
--button-background: transparent;
|
|
1165
|
+
--button-border-width: 0;
|
|
1166
|
+
--button-border: transparent;
|
|
1167
|
+
--button-text: var(--color-text, #1A1A1A);
|
|
1168
|
+
--button-hover-background: var(--lavender-300, #e6dcff);
|
|
1169
|
+
--button-hover-border: transparent;
|
|
1170
|
+
--button-hover-text: var(--color-text, #1A1A1A);
|
|
1171
|
+
--button-font-size-sm: clamp(0.9rem, 2.1vw, 1rem);
|
|
1172
|
+
--button-font-weight: var(--font-weight-regular, 400);
|
|
1173
|
+
--button-icon-size-sm: 0.875rem;
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__edit-button-icon, .social-pane__edit-button .profile-section-collapsible__edit-icon) {
|
|
1177
|
+
display: inline-flex;
|
|
1178
|
+
align-items: center;
|
|
1179
|
+
justify-content: center;
|
|
1180
|
+
width: 0.875rem;
|
|
1181
|
+
height: 0.875rem;
|
|
1182
|
+
line-height: 0;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__edit-button-icon svg, .social-pane__edit-button .profile-section-collapsible__edit-icon svg) {
|
|
1186
|
+
width: 0.875rem;
|
|
1187
|
+
height: 0.875rem;
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane__edit-button-icon svg path, .social-pane__edit-button .profile-section-collapsible__edit-icon svg path) {
|
|
1191
|
+
fill: var(--color-text, #1A1A1A);
|
|
1192
|
+
stroke: none;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__dialog-actions {
|
|
1196
|
+
flex-direction: row;
|
|
1197
|
+
align-items: center;
|
|
1198
|
+
justify-content: center;
|
|
1199
|
+
gap: var(--spacing-sm, 0.938rem);
|
|
1200
|
+
padding: var(--spacing-md, 1rem) 0 0;
|
|
1201
|
+
margin: var(--spacing-md, 1rem) auto 0;
|
|
1202
|
+
box-sizing: border-box;
|
|
1203
|
+
width: 100%;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__dialog-actions > solid-ui-button {
|
|
1207
|
+
flex: 0 0 auto;
|
|
1208
|
+
width: 10.8rem;
|
|
1209
|
+
min-width: 8.5rem;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane__dialog-field-header solid-ui-button.social-pane__dialog-row-button--add::part(button) {
|
|
1213
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
1214
|
+
line-height: var(--line-height-base, 1.5);
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane .social-friends-header-actions--standalone {
|
|
1218
|
+
flex-wrap: wrap;
|
|
1219
|
+
gap: var(--spacing-2xs, 0.625rem);
|
|
1220
|
+
padding-top: 0.35rem;
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] :is(.social-pane .social-layout, .social-pane .social-primary, .social-layout, .social-primary) {
|
|
1224
|
+
display: block;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-pane .social-friends-grid,
|
|
1228
|
+
:is(.social-pane-host, .social-pane)[data-layout='mobile'] .social-friends-grid {
|
|
1229
|
+
display: block;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
:is(.social-pane-host, .social-pane)[data-input-mode='touch'] {
|
|
1233
|
+
--profile-interactive-cursor: auto;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
:is(.social-pane-host, .social-pane)[data-input-mode='pointer'] {
|
|
1237
|
+
--profile-interactive-cursor: pointer;
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
@media (max-width: 600px) {
|
|
1241
|
+
.social-pane__header-content {
|
|
1242
|
+
display: grid;
|
|
1243
|
+
grid-template-columns: 4.375rem minmax(0, 1fr) auto;
|
|
1244
|
+
align-items: start;
|
|
1245
|
+
column-gap: var(--spacing-md, 1rem);
|
|
1246
|
+
row-gap: 0.25rem;
|
|
1247
|
+
padding: 1rem 1rem 0;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
.social-pane__header-media {
|
|
1251
|
+
display: contents;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.social-pane__header-details {
|
|
1255
|
+
grid-column: 2;
|
|
1256
|
+
grid-row: 1;
|
|
1257
|
+
display: flex;
|
|
1258
|
+
flex-direction: column;
|
|
1259
|
+
align-items: flex-start;
|
|
1260
|
+
gap: 0.125rem;
|
|
1261
|
+
min-width: 0;
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.social-pane__header-actions {
|
|
1265
|
+
grid-column: 3;
|
|
1266
|
+
grid-row: 1;
|
|
1267
|
+
justify-self: end;
|
|
1268
|
+
justify-content: flex-end;
|
|
1269
|
+
width: auto;
|
|
1270
|
+
gap: var(--spacing-2xs, 0.3125rem);
|
|
1271
|
+
margin-left: 0;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
.social-pane__header-actions--friend {
|
|
1275
|
+
grid-column: 1 / -1;
|
|
1276
|
+
grid-row: 3;
|
|
1277
|
+
justify-self: stretch;
|
|
1278
|
+
justify-content: center;
|
|
1279
|
+
width: 100%;
|
|
1280
|
+
margin-left: 0;
|
|
1281
|
+
margin-top: 0.125rem;
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
.social-pane__header-summary {
|
|
1285
|
+
display: flex;
|
|
1286
|
+
flex-direction: column;
|
|
1287
|
+
gap: 0;
|
|
1288
|
+
width: 100%;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
.social-pane__header-name,
|
|
1292
|
+
.social-pane__header-job-org,
|
|
1293
|
+
.social-pane__header-location {
|
|
1294
|
+
width: 100%;
|
|
1295
|
+
text-align: left;
|
|
1296
|
+
justify-content: flex-start;
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
.social-pane__header-stats {
|
|
1300
|
+
width: 100%;
|
|
1301
|
+
justify-content: flex-start;
|
|
1302
|
+
align-self: flex-start;
|
|
1303
|
+
gap: var(--spacing-xs, 0.5rem);
|
|
1304
|
+
margin-top: -0.4375rem;
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1307
|
+
.social-profile-links {
|
|
1308
|
+
grid-column: 1 / -1;
|
|
1309
|
+
grid-row: 2;
|
|
1310
|
+
grid-template-columns: 1fr;
|
|
1311
|
+
row-gap: var(--spacing-xxxs, 0.2rem);
|
|
1312
|
+
justify-items: start;
|
|
1313
|
+
padding-left: 0;
|
|
1314
|
+
margin-top: -0.375rem;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
.social-pane .social-primary__tabs {
|
|
1318
|
+
margin-top: -0.5rem;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
.social-pane__link-button {
|
|
1322
|
+
justify-self: start;
|
|
1323
|
+
padding-left: 0;
|
|
1324
|
+
padding-right: 0;
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
.social-pane__link-button > a {
|
|
1328
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
1329
|
+
text-align: left;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.social-pane__dialog-field-header {
|
|
1333
|
+
grid-template-columns: minmax(0, 1fr);
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.social-pane__header-hero,
|
|
1337
|
+
.social-pane__header-hero-icon {
|
|
1338
|
+
grid-column: 1;
|
|
1339
|
+
grid-row: 1;
|
|
1340
|
+
width: 5rem;
|
|
1341
|
+
height: 5rem;
|
|
1342
|
+
aspect-ratio: 1 / 1;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
.social-pane__header-name {
|
|
1346
|
+
font-size: var(--font-size-xl, 1.375rem);
|
|
1347
|
+
line-height: 1.15;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
.social-pane__header-job-org {
|
|
1351
|
+
font-size: var(--font-size-md, 1rem);
|
|
1352
|
+
line-height: 1.25;
|
|
1353
|
+
}
|
|
1354
|
+
|
|
1355
|
+
.social-pane .social-friend-pronouns {
|
|
1356
|
+
font-size: 0.6875rem;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
.social-pane__header-location,
|
|
1360
|
+
.social-pane__header-stat,
|
|
1361
|
+
.social-pane .social-friend-location {
|
|
1362
|
+
font-size: var(--font-size-xxs, 0.75rem);
|
|
1363
|
+
}
|
|
1364
|
+
|
|
1365
|
+
.social-pane__friend-action {
|
|
1366
|
+
--button-padding-sm: var(--spacing-xxxs, 0.2rem) var(--spacing-xxs-old, 0.3rem);
|
|
1367
|
+
--button-font-size-sm: var(--font-size-xs, 0.813rem);
|
|
1368
|
+
--button-border-radius-sm: var(--border-radius-base, 0.3125rem);
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.social-pane__edit-button-label,
|
|
1372
|
+
.social-pane__edit-button .profile-section-collapsible__edit-label {
|
|
1373
|
+
display: none !important;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.social-pane__edit-button {
|
|
1377
|
+
--button-background: transparent;
|
|
1378
|
+
--button-border-width: 0;
|
|
1379
|
+
--button-border: transparent;
|
|
1380
|
+
--button-background: transparent;
|
|
1381
|
+
--button-text: var(--color-text, #1A1A1A);
|
|
1382
|
+
--button-hover-background: var(--lavender-300, #e6dcff);
|
|
1383
|
+
--button-hover-border: transparent;
|
|
1384
|
+
--button-hover-text: var(--color-text, #1A1A1A);
|
|
1385
|
+
--button-font-size-sm: clamp(0.9rem, 2.1vw, 1rem);
|
|
1386
|
+
--button-font-weight: var(--font-weight-regular, 400);
|
|
1387
|
+
--button-icon-size-sm: 0.875rem;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.social-pane__edit-button-icon,
|
|
1391
|
+
.social-pane__edit-button .profile-section-collapsible__edit-icon {
|
|
1392
|
+
display: inline-flex;
|
|
1393
|
+
align-items: center;
|
|
1394
|
+
justify-content: center;
|
|
1395
|
+
width: 0.875rem;
|
|
1396
|
+
height: 0.875rem;
|
|
1397
|
+
line-height: 0;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.social-pane__edit-button-icon svg,
|
|
1401
|
+
.social-pane__edit-button .profile-section-collapsible__edit-icon svg {
|
|
1402
|
+
width: 0.875rem;
|
|
1403
|
+
height: 0.875rem;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
.social-pane__edit-button-icon svg path,
|
|
1407
|
+
.social-pane__edit-button .profile-section-collapsible__edit-icon svg path {
|
|
1408
|
+
fill: var(--color-text, #1A1A1A);
|
|
1409
|
+
stroke: none;
|
|
1410
|
+
}
|
|
1411
|
+
|
|
1412
|
+
.social-pane__dialog-actions {
|
|
1413
|
+
flex-direction: row;
|
|
1414
|
+
align-items: center;
|
|
1415
|
+
justify-content: center;
|
|
1416
|
+
gap: var(--spacing-sm, 0.938rem);
|
|
1417
|
+
padding: var(--spacing-md, 1rem) 0 0;
|
|
1418
|
+
margin: var(--spacing-md, 1rem) auto 0;
|
|
1419
|
+
box-sizing: border-box;
|
|
1420
|
+
width: 100%;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
.social-pane__dialog-actions > solid-ui-button {
|
|
1424
|
+
flex: 0 0 auto;
|
|
1425
|
+
width: 10.8rem;
|
|
1426
|
+
min-width: 8.5rem;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
.social-pane__dialog-field-header solid-ui-button.social-pane__dialog-row-button--add::part(button) {
|
|
1430
|
+
font-size: var(--font-size-sm, 0.875rem);
|
|
1431
|
+
line-height: var(--line-height-base, 1.5);
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.social-pane .social-friends-header-actions--standalone {
|
|
1435
|
+
flex-wrap: wrap;
|
|
1436
|
+
gap: var(--spacing-2xs, 0.625rem);
|
|
1437
|
+
padding-top: 0.35rem;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.social-pane .social-layout,
|
|
1441
|
+
.social-pane .social-primary {
|
|
1442
|
+
display: block;
|
|
1443
|
+
}
|
|
1444
|
+
|
|
1445
|
+
.social-pane .social-friends-grid {
|
|
1446
|
+
display: block;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.social-pane .social-friends-grid > tr,
|
|
1450
|
+
.social-pane .social-friends-grid > tbody > tr {
|
|
1451
|
+
display: table;
|
|
1452
|
+
width: 100%;
|
|
1453
|
+
margin-bottom: var(--spacing-xs, 0.75rem);
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.social-pane .social-friends-grid > tr:last-child,
|
|
1457
|
+
.social-pane .social-friends-grid > tbody > tr:last-child {
|
|
1458
|
+
margin-bottom: 0;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
.social-pane .social-main {
|
|
1462
|
+
width: 100%;
|
|
1463
|
+
}
|
|
1464
|
+
}
|