profile-pane 3.2.1 → 3.2.2-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 +50 -0
- package/lib/303.profile-pane.js +1362 -0
- package/lib/303.profile-pane.js.map +1 -0
- package/lib/303.profile-pane.min.js +2 -0
- package/lib/303.profile-pane.min.js.map +1 -0
- package/lib/ProfileView.css +1090 -0
- package/lib/ProfileView.d.ts +2 -1
- package/lib/ProfileView.d.ts.map +1 -1
- package/lib/ProfileView.js +64 -36
- package/lib/buttonsHelper.d.ts +1 -1
- package/lib/buttonsHelper.d.ts.map +1 -1
- package/lib/buttonsHelper.js +2 -1
- package/lib/editProfilePane/EditCVCard.js +1 -1
- package/lib/editProfilePane/EditCommunitiesCard.js +1 -1
- package/lib/editProfilePane/EditFriendsCard.js +1 -1
- package/lib/editProfilePane/EditProfileView.d.ts +1 -1
- package/lib/editProfilePane/EditProfileView.d.ts.map +1 -1
- package/lib/editProfilePane/EditProfileView.js +4 -5
- package/lib/editProfilePane/editProfilePresenter.d.ts.map +1 -1
- package/lib/editProfilePane/editProfilePresenter.js +5 -4
- package/lib/icons-svg/profileIcons.d.ts +1 -1
- package/lib/icons-svg/profileIcons.d.ts.map +1 -1
- package/lib/icons-svg/profileIcons.js +9 -17
- package/lib/index.d.ts +1 -8
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +74 -40
- package/lib/ontology/otherPreferencesForm.ttl +32 -0
- package/lib/ontology/resumeForm.ttl +349 -0
- package/lib/ontology/socialMedia.ttl +433 -0
- package/lib/profile-pane.js +32266 -13247
- package/lib/profile-pane.js.map +1 -1
- package/lib/profile-pane.min.js +2315 -935
- package/lib/profile-pane.min.js.map +1 -1
- package/lib/rdfFormsHelper.d.ts +13 -1
- package/lib/rdfFormsHelper.d.ts.map +1 -1
- package/lib/rdfFormsHelper.js +13 -1
- package/lib/sections/bio/BioEditDialog.d.ts.map +1 -1
- package/lib/sections/bio/BioEditDialog.js +7 -7
- package/lib/sections/bio/BioSection.css +300 -0
- package/lib/sections/bio/BioSection.d.ts +3 -2
- package/lib/sections/bio/BioSection.d.ts.map +1 -1
- package/lib/sections/bio/BioSection.js +26 -19
- package/lib/sections/bio/mutations.d.ts.map +1 -1
- package/lib/sections/bio/mutations.js +14 -3
- package/lib/sections/contactInfo/ContactInfoEditDialog.css +354 -0
- package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts +3 -1
- package/lib/sections/contactInfo/ContactInfoEditDialog.d.ts.map +1 -1
- package/lib/sections/contactInfo/ContactInfoEditDialog.js +183 -98
- package/lib/sections/contactInfo/ContactInfoSection.css +125 -0
- package/lib/sections/contactInfo/ContactInfoSection.d.ts +2 -0
- package/lib/sections/contactInfo/ContactInfoSection.d.ts.map +1 -1
- package/lib/sections/contactInfo/ContactInfoSection.js +64 -41
- package/lib/sections/contactInfo/mutations.d.ts.map +1 -1
- package/lib/sections/contactInfo/mutations.js +51 -16
- package/lib/sections/education/EducationEditDialog.d.ts +3 -1
- package/lib/sections/education/EducationEditDialog.d.ts.map +1 -1
- package/lib/sections/education/EducationEditDialog.js +170 -92
- package/lib/sections/education/EducationSection.css +133 -0
- package/lib/sections/education/EducationSection.d.ts +3 -2
- package/lib/sections/education/EducationSection.d.ts.map +1 -1
- package/lib/sections/education/EducationSection.js +32 -25
- package/lib/sections/education/mutations.d.ts.map +1 -1
- package/lib/sections/education/mutations.js +14 -3
- package/lib/sections/heading/HeadingEditDialog.d.ts +4 -1
- package/lib/sections/heading/HeadingEditDialog.d.ts.map +1 -1
- package/lib/sections/heading/HeadingEditDialog.js +287 -162
- package/lib/sections/heading/HeadingSection.css +862 -0
- package/lib/sections/heading/HeadingSection.d.ts +3 -2
- package/lib/sections/heading/HeadingSection.d.ts.map +1 -1
- package/lib/sections/heading/HeadingSection.js +63 -32
- package/lib/sections/heading/imageHelpers.d.ts +1 -0
- package/lib/sections/heading/imageHelpers.d.ts.map +1 -1
- package/lib/sections/heading/imageHelpers.js +40 -1
- package/lib/sections/heading/mutations.d.ts.map +1 -1
- package/lib/sections/heading/mutations.js +86 -23
- package/lib/sections/heading/selectors.d.ts.map +1 -1
- package/lib/sections/heading/selectors.js +14 -3
- package/lib/sections/heading/types.d.ts +1 -2
- package/lib/sections/heading/types.d.ts.map +1 -1
- package/lib/sections/languages/LanguageEditDialog.d.ts +3 -1
- package/lib/sections/languages/LanguageEditDialog.d.ts.map +1 -1
- package/lib/sections/languages/LanguageEditDialog.js +202 -119
- package/lib/sections/languages/LanguageSection.css +53 -0
- package/lib/sections/languages/LanguageSection.d.ts +2 -0
- package/lib/sections/languages/LanguageSection.d.ts.map +1 -1
- package/lib/sections/languages/LanguageSection.js +42 -31
- package/lib/sections/languages/mutations.d.ts.map +1 -1
- package/lib/sections/languages/mutations.js +60 -161
- package/lib/sections/languages/selectors.d.ts.map +1 -1
- package/lib/sections/languages/selectors.js +1 -2
- package/lib/sections/projects/ProjectEditDialog.d.ts +2 -1
- package/lib/sections/projects/ProjectEditDialog.d.ts.map +1 -1
- package/lib/sections/projects/ProjectEditDialog.js +13 -24
- package/lib/sections/projects/ProjectSection.css +368 -0
- package/lib/sections/projects/ProjectSection.d.ts +2 -1
- package/lib/sections/projects/ProjectSection.d.ts.map +1 -1
- package/lib/sections/projects/ProjectSection.js +116 -34
- package/lib/sections/projects/mutations.d.ts.map +1 -1
- package/lib/sections/projects/mutations.js +109 -132
- package/lib/sections/projects/selectors.d.ts.map +1 -1
- package/lib/sections/projects/selectors.js +4 -45
- package/lib/{QRCodeCard.d.ts → sections/qrcode/QRCodeCard.d.ts} +2 -1
- package/lib/sections/qrcode/QRCodeCard.d.ts.map +1 -0
- package/lib/{QRCodeCard.js → sections/qrcode/QRCodeCard.js} +59 -11
- package/lib/sections/qrcode/QRCodeSection.css +108 -0
- package/lib/sections/qrcode/QRCodeSection.d.ts +4 -0
- package/lib/sections/qrcode/QRCodeSection.d.ts.map +1 -0
- package/lib/sections/qrcode/QRCodeSection.js +17 -0
- package/lib/sections/resume/ResumeEditDialog.d.ts +10 -1
- package/lib/sections/resume/ResumeEditDialog.d.ts.map +1 -1
- package/lib/sections/resume/ResumeEditDialog.js +531 -149
- package/lib/sections/resume/ResumeSection.css +350 -0
- package/lib/sections/resume/ResumeSection.d.ts +3 -2
- package/lib/sections/resume/ResumeSection.d.ts.map +1 -1
- package/lib/sections/resume/ResumeSection.js +78 -49
- package/lib/sections/resume/mutations.d.ts.map +1 -1
- package/lib/sections/resume/mutations.js +17 -3
- package/lib/sections/resume/selectors.d.ts.map +1 -1
- package/lib/sections/resume/selectors.js +1 -0
- package/lib/sections/resume/types.d.ts +1 -0
- package/lib/sections/resume/types.d.ts.map +1 -1
- package/lib/sections/shared/collapsibleSection.d.ts.map +1 -1
- package/lib/sections/shared/collapsibleSection.js +1 -0
- package/lib/sections/shared/phoneCountries.d.ts +1 -1
- package/lib/sections/shared/phoneCountries.d.ts.map +1 -1
- package/lib/sections/shared/phoneCountries.js +2 -2
- package/lib/sections/shared/projectCommunityNodes.d.ts +6 -0
- package/lib/sections/shared/projectCommunityNodes.d.ts.map +1 -0
- package/lib/sections/shared/projectCommunityNodes.js +56 -0
- package/lib/sections/shared/rdfMutationHelpers.d.ts +35 -2
- package/lib/sections/shared/rdfMutationHelpers.d.ts.map +1 -1
- package/lib/sections/shared/rdfMutationHelpers.js +290 -14
- package/lib/sections/shared/sectionCardHelpers.d.ts.map +1 -1
- package/lib/sections/shared/sectionCardHelpers.js +80 -11
- package/lib/sections/shared/types.d.ts +24 -0
- package/lib/sections/shared/types.d.ts.map +1 -1
- package/lib/sections/skills/SkillsEditDialog.d.ts +3 -1
- package/lib/sections/skills/SkillsEditDialog.d.ts.map +1 -1
- package/lib/sections/skills/SkillsEditDialog.js +136 -115
- package/lib/sections/skills/SkillsSection.css +173 -0
- package/lib/sections/skills/SkillsSection.d.ts +2 -0
- package/lib/sections/skills/SkillsSection.d.ts.map +1 -1
- package/lib/sections/skills/SkillsSection.js +107 -47
- package/lib/sections/skills/mutations.d.ts.map +1 -1
- package/lib/sections/skills/mutations.js +25 -21
- package/lib/sections/skills/selectors.d.ts.map +1 -1
- package/lib/sections/skills/selectors.js +5 -3
- package/lib/sections/social/SocialEditDialog.d.ts +3 -1
- package/lib/sections/social/SocialEditDialog.d.ts.map +1 -1
- package/lib/sections/social/SocialEditDialog.js +170 -62
- package/lib/sections/social/SocialSection.css +194 -0
- package/lib/sections/social/SocialSection.d.ts +4 -3
- package/lib/sections/social/SocialSection.d.ts.map +1 -1
- package/lib/sections/social/SocialSection.js +59 -43
- package/lib/sections/social/mutations.d.ts.map +1 -1
- package/lib/sections/social/mutations.js +23 -132
- package/lib/specialButtons/AddMeToYourFriends.css +54 -0
- package/lib/specialButtons/addContact/AddMeToYourContacts.css +1118 -0
- package/lib/specialButtons/addContact/ContactCreationDialog.d.ts +10 -0
- package/lib/specialButtons/addContact/ContactCreationDialog.d.ts.map +1 -0
- package/lib/specialButtons/addContact/ContactCreationDialog.js +1123 -0
- package/lib/specialButtons/addContact/addMeToYourContacts.d.ts +16 -0
- package/lib/specialButtons/addContact/addMeToYourContacts.d.ts.map +1 -0
- package/lib/specialButtons/addContact/addMeToYourContacts.js +136 -0
- package/lib/specialButtons/addContact/contactsErrors.d.ts +8 -0
- package/lib/specialButtons/addContact/contactsErrors.d.ts.map +1 -0
- package/lib/specialButtons/addContact/contactsErrors.js +106 -0
- package/lib/specialButtons/addContact/contactsTypes.d.ts +43 -0
- package/lib/specialButtons/addContact/contactsTypes.d.ts.map +1 -0
- package/lib/specialButtons/addContact/contactsTypes.js +5 -0
- package/lib/specialButtons/addContact/helpers.d.ts +7 -0
- package/lib/specialButtons/addContact/helpers.d.ts.map +1 -0
- package/lib/specialButtons/addContact/helpers.js +103 -0
- package/lib/specialButtons/addContact/mutations.d.ts +16 -0
- package/lib/specialButtons/addContact/mutations.d.ts.map +1 -0
- package/lib/specialButtons/addContact/mutations.js +300 -0
- package/lib/specialButtons/addContact/selectors.d.ts +10 -0
- package/lib/specialButtons/addContact/selectors.d.ts.map +1 -0
- package/lib/specialButtons/addContact/selectors.js +163 -0
- package/lib/{addMeToYourFriends.d.ts → specialButtons/addMeToYourFriends.d.ts} +6 -4
- package/lib/specialButtons/addMeToYourFriends.d.ts.map +1 -0
- package/lib/{addMeToYourFriends.js → specialButtons/addMeToYourFriends.js} +46 -11
- package/lib/styles/CollapsibleSection.css +519 -0
- package/lib/styles/EditDialogs.css +506 -686
- package/lib/styles/EditDialogs.responsive.css +989 -0
- package/lib/texts/buttonTexts.d.ts +9 -0
- package/lib/texts/buttonTexts.d.ts.map +1 -0
- package/lib/texts/buttonTexts.js +14 -0
- package/lib/texts/dialogTexts.d.ts +14 -0
- package/lib/texts/dialogTexts.d.ts.map +1 -0
- package/lib/texts/dialogTexts.js +19 -0
- package/lib/texts/messageTexts.d.ts +42 -0
- package/lib/texts/messageTexts.d.ts.map +1 -0
- package/lib/texts/messageTexts.js +47 -0
- package/lib/texts/profileTexts.d.ts +14 -0
- package/lib/texts/profileTexts.d.ts.map +1 -0
- package/lib/texts/profileTexts.js +19 -0
- package/lib/texts/qrCodeTexts.d.ts +2 -0
- package/lib/texts/qrCodeTexts.d.ts.map +1 -0
- package/lib/texts/qrCodeTexts.js +7 -0
- package/lib/texts.d.ts +5 -60
- package/lib/texts.d.ts.map +1 -1
- package/lib/texts.js +55 -70
- package/lib/ui/dialog.css +233 -0
- package/lib/ui/dialog.d.ts +15 -1
- package/lib/ui/dialog.d.ts.map +1 -1
- package/lib/ui/dialog.js +245 -45
- package/lib/ui/dialog.responsive.css +195 -0
- package/lib/ui/errors.d.ts.map +1 -1
- package/lib/ui/errors.js +2 -1
- package/lib/ui/spinner.d.ts +3 -0
- package/lib/ui/spinner.d.ts.map +1 -0
- package/lib/ui/spinner.js +13 -0
- package/lib/utils/debug.d.ts +5 -0
- package/lib/utils/debug.d.ts.map +1 -0
- package/lib/utils/debug.js +23 -0
- package/lib/utils/errorDisplay.d.ts +2 -0
- package/lib/utils/errorDisplay.d.ts.map +1 -0
- package/lib/utils/errorDisplay.js +19 -0
- package/package.json +32 -25
- package/lib/ChatWithMe.d.ts +0 -7
- package/lib/ChatWithMe.d.ts.map +0 -1
- package/lib/ChatWithMe.js +0 -90
- package/lib/QRCodeCard.d.ts.map +0 -1
- package/lib/addMeToYourFriends.d.ts.map +0 -1
- package/lib/sections/heading/camera.d.ts +0 -19
- package/lib/sections/heading/camera.d.ts.map +0 -1
- package/lib/sections/heading/camera.js +0 -199
- package/lib/styles/BioSection.css +0 -77
- package/lib/styles/CVCard.css +0 -142
- package/lib/styles/ChatWithMe.css +0 -6
- package/lib/styles/ContactInfoEditDialog.css +0 -153
- package/lib/styles/EducationCard.css +0 -103
- package/lib/styles/HeadingSection.css +0 -309
- package/lib/styles/ProfileCard.css +0 -66
- package/lib/styles/ProfileView.css +0 -65
- package/lib/styles/ProjectsCard.css +0 -206
- package/lib/styles/QRCodeCard.css +0 -43
- package/lib/styles/SocialCard.css +0 -89
- package/lib/styles/dialog.css +0 -209
- package/lib/styles/utilities.css +0 -740
package/lib/styles/CVCard.css
DELETED
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
/* CVCard.css */
|
|
2
|
-
/* Note: Uses utilities: .section-title for cvOrg styling */
|
|
3
|
-
|
|
4
|
-
.cvSection {
|
|
5
|
-
margin-bottom: 1.25em;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.cvSection > ul {
|
|
9
|
-
list-style: none;
|
|
10
|
-
margin: 0;
|
|
11
|
-
padding: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.cvRole {
|
|
15
|
-
margin: 0 0 var(--spacing-xs) 0;
|
|
16
|
-
font-size: var(--font-size-base);
|
|
17
|
-
line-height: var(--line-height-base);
|
|
18
|
-
display: flex;
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
gap: 0;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.cvRole:last-child {
|
|
24
|
-
margin-bottom: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.cvRoleHeader {
|
|
28
|
-
display: flex;
|
|
29
|
-
flex-direction: row;
|
|
30
|
-
justify-content: space-between;
|
|
31
|
-
align-items: baseline;
|
|
32
|
-
gap: var(--spacing-sm);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.cvRoleHeader h4,
|
|
36
|
-
.cvRoleHeader time {
|
|
37
|
-
margin: 0;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.cvRolePeriod {
|
|
41
|
-
margin: 0;
|
|
42
|
-
font-size: var(--font-size-sm);
|
|
43
|
-
line-height: var(--line-height-tight);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@media (max-width: 640px) {
|
|
47
|
-
.cvRoleHeader {
|
|
48
|
-
flex-direction: column;
|
|
49
|
-
align-items: flex-start;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.cvOrg {
|
|
54
|
-
font-weight: 600;
|
|
55
|
-
color: var(--color-primary);
|
|
56
|
-
margin: 0;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.cvDescriptionWrap {
|
|
60
|
-
margin: 0;
|
|
61
|
-
position: relative;
|
|
62
|
-
isolation: isolate;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.cvDescriptionText {
|
|
66
|
-
margin: 0;
|
|
67
|
-
width: 100%;
|
|
68
|
-
max-width: none;
|
|
69
|
-
display: -webkit-box;
|
|
70
|
-
-webkit-box-orient: vertical;
|
|
71
|
-
-webkit-line-clamp: 2;
|
|
72
|
-
line-clamp: 2;
|
|
73
|
-
line-height: var(--line-height-base);
|
|
74
|
-
padding-right: 4.5em;
|
|
75
|
-
overflow: hidden;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.cvDescriptionText.isExpanded {
|
|
79
|
-
display: block;
|
|
80
|
-
-webkit-line-clamp: unset;
|
|
81
|
-
line-clamp: unset;
|
|
82
|
-
padding-right: 0;
|
|
83
|
-
overflow: visible;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.cvDescriptionToggle {
|
|
87
|
-
margin: 0;
|
|
88
|
-
padding: 0;
|
|
89
|
-
border: 0;
|
|
90
|
-
background: none;
|
|
91
|
-
color: var(--color-primary);
|
|
92
|
-
cursor: pointer;
|
|
93
|
-
font: inherit;
|
|
94
|
-
font-size: var(--font-size-sm);
|
|
95
|
-
line-height: var(--line-height-base, 1.5);
|
|
96
|
-
position: absolute;
|
|
97
|
-
right: 0;
|
|
98
|
-
bottom: 0;
|
|
99
|
-
background-color: var(--color-card-bg);
|
|
100
|
-
white-space: nowrap;
|
|
101
|
-
min-height: auto;
|
|
102
|
-
min-width: auto;
|
|
103
|
-
padding-left: 0;
|
|
104
|
-
padding-right: 0;
|
|
105
|
-
padding-top: 0;
|
|
106
|
-
padding-bottom: 0;
|
|
107
|
-
margin-left: 0;
|
|
108
|
-
margin-right: 0;
|
|
109
|
-
z-index: 0;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.cvDescriptionWrap .cvDescriptionText:not(.isExpanded) + .cvDescriptionToggle {
|
|
113
|
-
top: calc(100% - 1.5em + 0.28em - 11px);
|
|
114
|
-
bottom: auto;
|
|
115
|
-
transform: translateY(7px);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.cvDescriptionText.isExpanded + .cvDescriptionToggle {
|
|
119
|
-
position: static;
|
|
120
|
-
display: inline;
|
|
121
|
-
padding-left: 0;
|
|
122
|
-
top: auto;
|
|
123
|
-
bottom: auto;
|
|
124
|
-
transform: none;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.cvSkill, .cvLanguage {
|
|
128
|
-
text-align: left;
|
|
129
|
-
margin: var(--spacing-xs) 0;
|
|
130
|
-
font-size: var(--font-size-base);
|
|
131
|
-
line-height: var(--line-height-base);
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.cvSection h3 {
|
|
135
|
-
color: var(--color-text);
|
|
136
|
-
font-size: var(--font-size-lg);
|
|
137
|
-
font-weight: 600;
|
|
138
|
-
line-height: var(--line-height-tight);
|
|
139
|
-
margin-bottom: var(--spacing-xs);
|
|
140
|
-
border-bottom: 1px solid var(--color-border-pale);
|
|
141
|
-
padding-bottom: var(--spacing-xs);
|
|
142
|
-
}
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
.profile__edit-form--contact-info .profile-edit-dialog__section {
|
|
2
|
-
gap: 0;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.profile__edit-form--contact-info .profile-edit-dialog__section + .profile-edit-dialog__section {
|
|
6
|
-
border-top: var(--border-width-sm, 0.1rem) solid var(--slate-200, #E2E8F0);
|
|
7
|
-
padding-top: var(--spacing-xs, 0.75rem);
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.profile__edit-form--contact-info .profile__section-header {
|
|
11
|
-
margin-bottom: 0;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.profile__edit-form--contact-info .profile-edit-dialog__section fieldset {
|
|
15
|
-
margin-top: 0.25rem;
|
|
16
|
-
gap: var(--spacing-xs, 0.75rem);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.profile__edit-form--contact-info .profile-edit-dialog__section-heading {
|
|
20
|
-
margin: 0;
|
|
21
|
-
color: var(--gray-700, #364153);
|
|
22
|
-
font-size: var(--font-size-md, 1rem); /* 16px */
|
|
23
|
-
font-weight: var(--font-weight-md, 500);
|
|
24
|
-
line-height: normal;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.profile-edit-dialog__phone-prefix-field {
|
|
28
|
-
flex: 0 0 6.1rem;
|
|
29
|
-
margin: 0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.phonePrefixSelect,
|
|
33
|
-
.profile-edit-dialog__phone-local-input {
|
|
34
|
-
border: 0 !important;
|
|
35
|
-
background: transparent;
|
|
36
|
-
min-height: calc(var(--min-touch-target, 44px) - 2px);
|
|
37
|
-
height: calc(var(--min-touch-target, 44px) - 2px);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.phonePrefixSelect {
|
|
41
|
-
padding: 0 0.2rem 0 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.phonePrefixSelect:focus,
|
|
45
|
-
.profile-edit-dialog__phone-local-input:focus {
|
|
46
|
-
outline: none;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.profile-edit-dialog__phone-type-row {
|
|
50
|
-
flex: 0 0 7.5rem;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.profile-edit-dialog__row--contact-point {
|
|
54
|
-
max-width: 100%;
|
|
55
|
-
width: 100%;
|
|
56
|
-
border: 0;
|
|
57
|
-
outline: 0;
|
|
58
|
-
box-shadow: none;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.profile-edit-dialog__section fieldset > .profile-edit-dialog__row--contact-point {
|
|
62
|
-
margin-bottom: var(--spacing-xs, 0.75rem);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.profile-edit-dialog__section fieldset > .profile-edit-dialog__row--contact-point:last-child {
|
|
66
|
-
margin-bottom: var(--spacing-sm, 0.9375rem);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field,
|
|
70
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field-type,
|
|
71
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field > .label {
|
|
72
|
-
border: 0;
|
|
73
|
-
outline: 0;
|
|
74
|
-
box-shadow: none;
|
|
75
|
-
background: transparent;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field {
|
|
79
|
-
flex: 1 1 auto;
|
|
80
|
-
min-width: 0;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field > .label {
|
|
84
|
-
display: block;
|
|
85
|
-
width: 100%;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field-type.profile-edit-dialog__phone-type-row {
|
|
89
|
-
flex: 0 0 6.5rem;
|
|
90
|
-
width: 6.5rem;
|
|
91
|
-
min-width: 6.5rem;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field-type.emailTypeRow {
|
|
95
|
-
flex: 0 0 6.5rem;
|
|
96
|
-
width: 6.5rem;
|
|
97
|
-
min-width: 6.5rem;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.profile-edit-dialog__row--address-header.profile-edit-dialog__row--full {
|
|
101
|
-
max-width: 100%;
|
|
102
|
-
width: 100%;
|
|
103
|
-
align-items: center;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.profile-edit-dialog__row--address-header.profile-edit-dialog__row--full .profile-edit-dialog__actions {
|
|
107
|
-
align-self: center;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.profile-edit-dialog__row--address-header.profile-edit-dialog__row--full .profile-edit-dialog__delete-button,
|
|
111
|
-
#profile-modal .modal .profile-edit-dialog__row--address-header.profile-edit-dialog__row--full button.profile-edit-dialog__delete-button {
|
|
112
|
-
min-height: 1.75rem;
|
|
113
|
-
min-width: 1.75rem;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.profile-edit-dialog__address-title {
|
|
117
|
-
margin: 0;
|
|
118
|
-
font-size: var(--font-size-sm, 0.875rem);
|
|
119
|
-
font-weight: var(--font-weight-medium, 500);
|
|
120
|
-
line-height: var(--line-height-base, 1.5);
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
@media (max-width: 640px) {
|
|
124
|
-
.profile-edit-dialog__row--contact-point {
|
|
125
|
-
flex-direction: row;
|
|
126
|
-
align-items: center;
|
|
127
|
-
flex-wrap: nowrap;
|
|
128
|
-
gap: var(--spacing-2xs, 0.625rem);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field {
|
|
132
|
-
flex: 1 1 0;
|
|
133
|
-
min-width: 0;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field-type.profile-edit-dialog__phone-type-row,
|
|
137
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__field-type.emailTypeRow {
|
|
138
|
-
flex: 0 0 5.5rem;
|
|
139
|
-
width: 5.5rem;
|
|
140
|
-
min-width: 5.5rem;
|
|
141
|
-
max-width: 5.5rem;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.profile-edit-dialog__row--contact-point > .profile-edit-dialog__actions {
|
|
145
|
-
flex: 0 0 auto;
|
|
146
|
-
margin-left: 0;
|
|
147
|
-
justify-content: flex-end;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.profile-edit-dialog__phone-prefix-field {
|
|
151
|
-
flex: 0 0 5.75rem;
|
|
152
|
-
}
|
|
153
|
-
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
/* EducationCard.css */
|
|
2
|
-
/* Mirrors Resume/CV card typography and spacing patterns. */
|
|
3
|
-
|
|
4
|
-
.educationCard {
|
|
5
|
-
width: 100%;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.educationSection {
|
|
9
|
-
margin-bottom: 1.25em;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.education {
|
|
13
|
-
margin: var(--spacing-xs) 0;
|
|
14
|
-
font-size: var(--font-size-base);
|
|
15
|
-
line-height: var(--line-height-base);
|
|
16
|
-
display: flex;
|
|
17
|
-
flex-direction: column;
|
|
18
|
-
gap: 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.education + .education {
|
|
22
|
-
margin-top: var(--spacing-sm);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.educationHeader {
|
|
26
|
-
display: flex;
|
|
27
|
-
flex-direction: row;
|
|
28
|
-
justify-content: space-between;
|
|
29
|
-
align-items: baseline;
|
|
30
|
-
gap: var(--spacing-sm);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.educationHeader h4,
|
|
34
|
-
.educationHeader time,
|
|
35
|
-
.educationHeader p {
|
|
36
|
-
margin: 0;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.educationPeriod {
|
|
40
|
-
margin: 0;
|
|
41
|
-
font-size: var(--font-size-sm);
|
|
42
|
-
line-height: var(--line-height-tight);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.educationOrg {
|
|
46
|
-
font-weight: 600;
|
|
47
|
-
color: var(--color-primary);
|
|
48
|
-
margin: 0;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.cvDescriptionWrap {
|
|
52
|
-
margin: 0;
|
|
53
|
-
position: relative;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.cvDescriptionText {
|
|
57
|
-
margin: 0;
|
|
58
|
-
display: -webkit-box;
|
|
59
|
-
-webkit-box-orient: vertical;
|
|
60
|
-
-webkit-line-clamp: 2;
|
|
61
|
-
line-clamp: 2;
|
|
62
|
-
line-height: var(--line-height-base);
|
|
63
|
-
padding-right: 4.5em;
|
|
64
|
-
overflow: hidden;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.cvDescriptionText.isExpanded {
|
|
68
|
-
display: block;
|
|
69
|
-
-webkit-line-clamp: unset;
|
|
70
|
-
line-clamp: unset;
|
|
71
|
-
padding-right: 0;
|
|
72
|
-
overflow: visible;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.cvDescriptionToggle {
|
|
76
|
-
margin: 0;
|
|
77
|
-
padding: 0;
|
|
78
|
-
border: 0;
|
|
79
|
-
background: none;
|
|
80
|
-
color: var(--color-primary);
|
|
81
|
-
cursor: pointer;
|
|
82
|
-
font: inherit;
|
|
83
|
-
font-size: var(--font-size-sm);
|
|
84
|
-
line-height: var(--line-height-tight);
|
|
85
|
-
position: absolute;
|
|
86
|
-
right: 0;
|
|
87
|
-
bottom: 0;
|
|
88
|
-
background-color: var(--color-card-bg);
|
|
89
|
-
padding-left: 0.25em;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.cvDescriptionText.isExpanded + .cvDescriptionToggle {
|
|
93
|
-
position: static;
|
|
94
|
-
display: inline;
|
|
95
|
-
padding-left: 0;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
@media (max-width: 640px) {
|
|
99
|
-
.educationHeader {
|
|
100
|
-
flex-direction: column;
|
|
101
|
-
align-items: flex-start;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
@@ -1,309 +0,0 @@
|
|
|
1
|
-
.profile__avatar {
|
|
2
|
-
flex: 0 0 auto;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.profile__heading-top {
|
|
6
|
-
display: grid;
|
|
7
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
8
|
-
grid-template-areas:
|
|
9
|
-
"avatar info actions"
|
|
10
|
-
"avatar details details";
|
|
11
|
-
column-gap: var(--spacing-md, 1.25rem);
|
|
12
|
-
row-gap: var(--spacing-sm, 0.75rem);
|
|
13
|
-
align-items: start;
|
|
14
|
-
width: 100%;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.profile__name {
|
|
18
|
-
color: var(--color-text-heading, #000);
|
|
19
|
-
font-size: var(--font-size-xxl, 1.75rem); /* 28px */
|
|
20
|
-
font-weight: var(--font-weight-bold, 600);
|
|
21
|
-
margin: 0;
|
|
22
|
-
padding: 0;
|
|
23
|
-
text-indent: 0;
|
|
24
|
-
line-height: 1.2;
|
|
25
|
-
text-align: left;
|
|
26
|
-
transform: translateX(-4px);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.profile__info {
|
|
30
|
-
grid-area: info;
|
|
31
|
-
display: flex;
|
|
32
|
-
flex-direction: column;
|
|
33
|
-
flex: 1 1 auto;
|
|
34
|
-
min-width: 0;
|
|
35
|
-
align-items: flex-start;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.profile__details {
|
|
39
|
-
grid-area: details;
|
|
40
|
-
color: var(--color-text-secondary, #4A5565);
|
|
41
|
-
font-size: var(--font-size-sm, 0.875rem); /* 14px */
|
|
42
|
-
display: flex;
|
|
43
|
-
width: 100%;
|
|
44
|
-
align-content: flex-start;
|
|
45
|
-
align-items: flex-start;
|
|
46
|
-
flex-wrap: wrap;
|
|
47
|
-
gap: var(--spacing-sm, 0.75rem) 2rem; /* 12px vertical, 32px horizontal */
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.profile__info > .profile__header-bar {
|
|
51
|
-
margin-left: 0;
|
|
52
|
-
padding-left: 0;
|
|
53
|
-
align-self: stretch;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.profile__header-bar {
|
|
57
|
-
display: flex;
|
|
58
|
-
flex-direction: column;
|
|
59
|
-
align-items: flex-start;
|
|
60
|
-
gap: 0.125rem;
|
|
61
|
-
width: 100%;
|
|
62
|
-
margin: 0;
|
|
63
|
-
padding: 0;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.profile__heading-actions {
|
|
67
|
-
grid-area: actions;
|
|
68
|
-
margin-left: auto;
|
|
69
|
-
align-self: flex-start;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.profile__avatar {
|
|
73
|
-
grid-area: avatar;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.profile__heading-action-button {
|
|
77
|
-
position: static;
|
|
78
|
-
min-width: 0;
|
|
79
|
-
width: auto;
|
|
80
|
-
max-width: none;
|
|
81
|
-
padding: var(--spacing-xxs, 0.3125rem);
|
|
82
|
-
}
|
|
83
|
-
.profile__identity {
|
|
84
|
-
display: flex;
|
|
85
|
-
flex-direction: row;
|
|
86
|
-
align-items: baseline;
|
|
87
|
-
gap: 0.4375rem; /* 7px */
|
|
88
|
-
justify-content: flex-start;
|
|
89
|
-
width: 100%;
|
|
90
|
-
flex-wrap: nowrap;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.profile__pronouns {
|
|
94
|
-
color: var(--color-text-secondary, #4A5565);
|
|
95
|
-
font-size: var(--font-size-sm, 0.875rem); /* 14px */
|
|
96
|
-
font-weight: var(--font-weight-regular, 400);
|
|
97
|
-
line-height: 1.2;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.profile__role-org {
|
|
101
|
-
margin: 0;
|
|
102
|
-
width: 100%;
|
|
103
|
-
white-space: normal;
|
|
104
|
-
color: var(--color-text-subheading, #101828);
|
|
105
|
-
font-size: var(--font-size-base, 1rem);
|
|
106
|
-
font-weight: var(--font-weight-medium, 500);
|
|
107
|
-
line-height: 1.25;
|
|
108
|
-
text-align: left;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.profile__meta-row,
|
|
112
|
-
.profile__contact-row {
|
|
113
|
-
display: grid;
|
|
114
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
115
|
-
justify-content: flex-start;
|
|
116
|
-
column-gap: 0.25rem; /* 4px */
|
|
117
|
-
row-gap: var(--spacing-xs, 0.5rem);
|
|
118
|
-
align-items: start;
|
|
119
|
-
margin: 0;
|
|
120
|
-
padding: 0;
|
|
121
|
-
width: 100%;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.profile__meta-row .profile__item,
|
|
125
|
-
.profile__contact-row .profile__item {
|
|
126
|
-
display: flex;
|
|
127
|
-
align-items: center;
|
|
128
|
-
gap: var(--spacing-2xs, 0.625rem);
|
|
129
|
-
min-width: 0;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.profile__meta-row .profile__value,
|
|
133
|
-
.profile__contact-row .profile__value {
|
|
134
|
-
display: flex;
|
|
135
|
-
align-items: flex-start;
|
|
136
|
-
gap: var(--spacing-xxs, 0.3125rem);
|
|
137
|
-
min-width: 0;
|
|
138
|
-
white-space: normal !important;
|
|
139
|
-
overflow-wrap: anywhere;
|
|
140
|
-
word-break: break-word;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.profile__meta-row .profile__value-text,
|
|
144
|
-
.profile__contact-row .profile__value-text {
|
|
145
|
-
min-width: 0;
|
|
146
|
-
white-space: normal !important;
|
|
147
|
-
overflow-wrap: anywhere;
|
|
148
|
-
word-break: break-word;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.profile__prefix-icon {
|
|
152
|
-
display: inline-flex;
|
|
153
|
-
align-items: center;
|
|
154
|
-
margin-right: 0.125rem;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.profile__detail-icon {
|
|
158
|
-
display: block;
|
|
159
|
-
width: 1rem;
|
|
160
|
-
height: 1rem;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.profile__hero {
|
|
164
|
-
width: 140px;
|
|
165
|
-
height: 140px;
|
|
166
|
-
border-radius: var(--border-radius-full, 0.625rem); /* 10px */;
|
|
167
|
-
border: var(--border-width-sm, 0.1rem) solid var(--color-primary, #7C4DFF);
|
|
168
|
-
background: lightgray 50% / cover no-repeat;
|
|
169
|
-
background-position: 50%;
|
|
170
|
-
object-fit: cover;
|
|
171
|
-
object-position: center;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.profile__hero-alt {
|
|
175
|
-
width: 140px;
|
|
176
|
-
height: 140px;
|
|
177
|
-
padding: 0 36.4px;
|
|
178
|
-
border-radius: var(--border-radius-full, 0.625rem); /* 10px */;
|
|
179
|
-
border: 1.6px dashed #CBD5E1;
|
|
180
|
-
background: #F8FAFC;
|
|
181
|
-
box-sizing: border-box;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/* added because the icon wasn't centering on mobile
|
|
185
|
-
due to styles in mashlib */
|
|
186
|
-
.profile__hero-alt .profile__hero-icon {
|
|
187
|
-
display: inline-flex;
|
|
188
|
-
align-items: center;
|
|
189
|
-
justify-content: center;
|
|
190
|
-
line-height: 0;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.profile__hero-alt .profile__hero-icon svg {
|
|
194
|
-
display: block;
|
|
195
|
-
width: 100%;
|
|
196
|
-
height: 100%;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
@media (max-width: 640px) {
|
|
200
|
-
.profile__heading-top {
|
|
201
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
202
|
-
grid-template-areas:
|
|
203
|
-
"avatar info actions"
|
|
204
|
-
"details details details";
|
|
205
|
-
column-gap: var(--spacing-sm, 0.75rem);
|
|
206
|
-
row-gap: var(--spacing-sm, 0.75rem);
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.profile__name {
|
|
210
|
-
font-size: 1.5rem;
|
|
211
|
-
line-height: 1.15;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.profile__identity {
|
|
215
|
-
gap: 0.125rem;
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.profile__pronouns {
|
|
219
|
-
font-size: var(--font-size-xs, 0.75rem);
|
|
220
|
-
line-height: 1.1;
|
|
221
|
-
white-space: nowrap;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.profile__hero,
|
|
225
|
-
.profile__hero-alt {
|
|
226
|
-
width: 112px;
|
|
227
|
-
height: 112px;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.profile__hero-alt {
|
|
231
|
-
display: flex;
|
|
232
|
-
align-items: center;
|
|
233
|
-
justify-content: center;
|
|
234
|
-
padding: 0;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.profile__hero-icon {
|
|
238
|
-
display: block;
|
|
239
|
-
margin: 0 auto;
|
|
240
|
-
width: 48px;
|
|
241
|
-
height: 48px;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.profile__details {
|
|
245
|
-
gap: var(--spacing-xs, 0.5rem);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.profile__meta-row,
|
|
249
|
-
.profile__contact-row {
|
|
250
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
251
|
-
column-gap: 0.25rem;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
@container profile-pane (max-width: 640px) {
|
|
256
|
-
.profile__heading-top {
|
|
257
|
-
grid-template-columns: auto minmax(0, 1fr) auto;
|
|
258
|
-
grid-template-areas:
|
|
259
|
-
"avatar info actions"
|
|
260
|
-
"details details details";
|
|
261
|
-
column-gap: var(--spacing-sm, 0.75rem);
|
|
262
|
-
row-gap: var(--spacing-sm, 0.75rem);
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.profile__name {
|
|
266
|
-
font-size: 1.5rem;
|
|
267
|
-
line-height: 1.15;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.profile__identity {
|
|
271
|
-
gap: 0.125rem;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
.profile__pronouns {
|
|
275
|
-
font-size: var(--font-size-xs, 0.75rem);
|
|
276
|
-
line-height: 1.1;
|
|
277
|
-
white-space: nowrap;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.profile__hero,
|
|
281
|
-
.profile__hero-alt {
|
|
282
|
-
width: 112px;
|
|
283
|
-
height: 112px;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.profile__hero-alt {
|
|
287
|
-
display: flex;
|
|
288
|
-
align-items: center;
|
|
289
|
-
justify-content: center;
|
|
290
|
-
padding: 0;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.profile__hero-icon {
|
|
294
|
-
display: block;
|
|
295
|
-
margin: 0 auto;
|
|
296
|
-
width: 48px;
|
|
297
|
-
height: 48px;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.profile__details {
|
|
301
|
-
gap: var(--spacing-xs, 0.5rem);
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.profile__meta-row,
|
|
305
|
-
.profile__contact-row {
|
|
306
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
307
|
-
column-gap: 0.25rem;
|
|
308
|
-
}
|
|
309
|
-
}
|