58 lines
1.0 KiB
CSS
58 lines
1.0 KiB
CSS
/* assoc_profile — v0.1.0 */
|
|
|
|
/* --- Profile view --- */
|
|
.assoc-profile-view {
|
|
margin-top: 1.5rem;
|
|
padding-top: 1rem;
|
|
border-top: 1px solid #dee2e6;
|
|
}
|
|
|
|
.assoc-profile-heading {
|
|
font-size: 1.1rem;
|
|
font-weight: 600;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
/* --- Field groups --- */
|
|
.assoc-profile-group {
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
|
|
.assoc-group-label {
|
|
font-size: 0.85rem;
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.05em;
|
|
color: #6c757d;
|
|
margin-bottom: 0.5rem;
|
|
padding-bottom: 0.25rem;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
|
|
/* --- Field labels and values --- */
|
|
.assoc-profile-field {
|
|
display: flex;
|
|
gap: 0.5rem;
|
|
padding: 0.2rem 0;
|
|
font-size: 0.9rem;
|
|
line-height: 1.4;
|
|
}
|
|
|
|
.assoc-field-label {
|
|
font-weight: 600;
|
|
color: #495057;
|
|
min-width: 11rem;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.assoc-field-value {
|
|
color: #212529;
|
|
}
|
|
|
|
/* --- Profile edit form --- */
|
|
.assoc-profile-edit {
|
|
margin-top: 1.5rem;
|
|
padding-top: 1rem;
|
|
border-top: 1px solid #dee2e6;
|
|
}
|