fix Registrazione data
fix linkref fix controllo login
This commit is contained in:
34
src/App.scss
34
src/App.scss
@@ -27,11 +27,17 @@ ul li::before {
|
||||
display: inline-block;
|
||||
width: 1em;
|
||||
margin-left: 20px;
|
||||
@media (max-width: 600px) {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
color: #2f2c8b;
|
||||
font-size: 18px;
|
||||
@media (max-width: 600px) {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -483,3 +489,31 @@ $heightBtn: 100%;
|
||||
margin: 12px 12px !important;
|
||||
}
|
||||
|
||||
.fa-flag-it:before {
|
||||
content: url('statics/icons/flag_it.svg');
|
||||
}
|
||||
|
||||
.fa-flag-us:before {
|
||||
content: url('statics/icons/flag_us.svg');
|
||||
}
|
||||
|
||||
.fa-flag-es:before {
|
||||
content: url('statics/icons/flag_es.svg');
|
||||
}
|
||||
|
||||
.fa-flag-gb:before {
|
||||
content: url('statics/icons/flag_gb.svg');
|
||||
}
|
||||
|
||||
.fa-flag-de:before {
|
||||
content: url('statics/icons/flag_de.svg');
|
||||
}
|
||||
|
||||
.animazione {
|
||||
animation-duration: 2s;
|
||||
animation-fill-mode: both;
|
||||
}
|
||||
|
||||
.wrapword {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user