diff --git a/public/index.html b/public/index.html index cb46c09..f5724b4 100644 --- a/public/index.html +++ b/public/index.html @@ -602,6 +602,10 @@ color: var(--text-light); } .form-group label span { color: var(--red); margin-left: 2px; } + /* Label consenso GDPR: testo in linea, non incolonnato, colore normale */ + .consent-label { font-weight: 400 !important; } + .consent-label > span { flex: 1; min-width: 0; color: var(--text-light) !important; margin-left: 0 !important; } + .consent-label > span a { color: var(--cyan) !important; } .form-group input, .form-group select, .form-group textarea { @@ -1095,9 +1099,9 @@