- Downline User

- Not registered if already exists.
- Forgot Password
This commit is contained in:
Paolo Arena
2020-01-30 01:19:40 +01:00
parent f3b70c781e
commit ef95ba1793
5 changed files with 252 additions and 563 deletions

View File

@@ -491,11 +491,14 @@ $heightBtn: 100%;
.fa-flag-it:before {
content: url('statics/icons/flag_it.svg');
overflow-y: hidden;
}
.fa-flag-fr:before {
content: url('statics/icons/flag_fr.svg');
}
.fa-flag-si:before {
content: url('statics/icons/flag_si.svg');
content: url('statics/icons/flag_si2.svg');
}
.fa-flag-us:before {
@@ -526,6 +529,18 @@ $heightBtn: 100%;
content: url('statics/icons/flag_hr.svg');
}
.fa-flag-cm:before {
content: url('statics/icons/flag_cm.svg');
}
.fa-flag-sm:before {
content: url('statics/icons/flag_sm.svg');
}
.fa-flag-co:before {
content: url('statics/icons/flag_co.svg');
}
.animazione {
animation-duration: 2s;
animation-fill-mode: both;
@@ -541,3 +556,12 @@ $heightBtn: 100%;
font-size: 1rem;
padding: 4px;
}
.text-h5 {
@media (max-width: 600px) {
font-size: 1rem;
font-weight: 400;
line-height: 1.5rem;
letter-spacing: normal;
}
}