align country list text to left

This commit is contained in:
Sebastian Malek 2017-06-21 14:08:43 +02:00 committed by Lilia
parent 6b4970de21
commit 2781ff798a
2 changed files with 7 additions and 0 deletions

View File

@ -1131,6 +1131,9 @@ ul.country-list {
margin: 0;
text-align: left; }
.intl-tel-input .country-list {
text-align: left; }
.intl-tel-input .country-list .country .country-name {
color: #000; }

View File

@ -357,6 +357,10 @@ ul.country-list {
}
}
.intl-tel-input .country-list {
text-align: left;
}
.intl-tel-input .country-list .country .country-name {
color: #000;
}