Merge branch 'main' into collaudo
Porta in collaudo l'invito trasmissione con email automatica.
This commit is contained in:
@@ -875,10 +875,56 @@ body.nav-menu-open { overflow: hidden; }
|
||||
margin-top: 36px;
|
||||
padding-top: 28px;
|
||||
border-top: 1px solid #2a2a36;
|
||||
scroll-margin-top: 88px;
|
||||
}
|
||||
.team-streaming-staff h2 { margin: 24px 0 12px; font-size: 1.1rem; }
|
||||
.team-streaming-staff__self { margin-bottom: 20px; }
|
||||
.team-streaming-staff__self h2 { margin-top: 0; font-size: 1.05rem; }
|
||||
.team-invite-form {
|
||||
margin: 24px 0;
|
||||
max-width: 560px;
|
||||
scroll-margin-top: 88px;
|
||||
}
|
||||
.team-invite-form h2 {
|
||||
margin: 0 0 8px;
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
.team-invite-form__hint {
|
||||
margin: 0 0 14px;
|
||||
max-width: 48rem;
|
||||
line-height: 1.45;
|
||||
}
|
||||
.team-invite-form__fields label {
|
||||
display: block;
|
||||
margin-bottom: 6px;
|
||||
font-size: 0.9rem;
|
||||
color: #c8c8d0;
|
||||
}
|
||||
.team-invite-form__fields input[type="email"] {
|
||||
width: 100%;
|
||||
max-width: 360px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.team-invite-link {
|
||||
margin-top: 18px;
|
||||
padding-top: 16px;
|
||||
border-top: 1px solid #2a2a36;
|
||||
scroll-margin-top: 88px;
|
||||
}
|
||||
.team-invite-link__title {
|
||||
margin: 0 0 8px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.team-invite-link__url {
|
||||
display: block;
|
||||
word-break: break-all;
|
||||
background: #0a0a0e;
|
||||
padding: 12px;
|
||||
border-radius: 8px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.team-invite-link__copy { margin-bottom: 8px; }
|
||||
.team-invite-link__note { margin: 0; font-size: 0.88rem; }
|
||||
.roster-layout--readonly { grid-template-columns: 1fr; }
|
||||
.roster-stats {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user