- Downline User
- Not registered if already exists. - Forgot Password
This commit is contained in:
28
src/App.scss
28
src/App.scss
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user