- Sistemato INVITI alla App
- Completamento Profilo - Registrazione tramite Invito, senza richiedere conferma email.
This commit is contained in:
@@ -22,6 +22,36 @@ body,
|
||||
}
|
||||
|
||||
|
||||
// Variabili per riusabilità
|
||||
$heading-primary-size-mobile: 1.25rem;
|
||||
$heading-primary-size-desktop: 1.5rem;
|
||||
$heading-primary-weight: 700;
|
||||
$heading-primary-letter-spacing: -0.02em;
|
||||
$heading-primary-line-height: 1.3;
|
||||
|
||||
h1 {
|
||||
// Font size fluido e responsive
|
||||
font-size: clamp($heading-primary-size-mobile, 4vw, $heading-primary-size-desktop);
|
||||
|
||||
// Typography
|
||||
font-weight: $heading-primary-weight;
|
||||
letter-spacing: $heading-primary-letter-spacing;
|
||||
line-height: $heading-primary-line-height;
|
||||
|
||||
// Migliora la leggibilità
|
||||
color: var(--q-primary, #1976d2);
|
||||
|
||||
// Anti-aliasing per rendering più pulito
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
// Spacing opzionale
|
||||
margin-bottom: 1rem;
|
||||
|
||||
// Transizione smooth per dark mode
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Söhne, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -85,13 +115,6 @@ li {
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
line-height: 3rem;
|
||||
letter-spacing: -.01562em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
Reference in New Issue
Block a user