This commit is contained in:
2023-08-18 15:09:04 +03:00
parent 945d401004
commit 00952a0e3e
3 changed files with 17 additions and 2 deletions

View File

@@ -920,6 +920,7 @@
margin-bottom: 20px;
}
.from-to-country-text.left{
color: #272424;
font-size: 16px;
@@ -930,8 +931,13 @@
/*padding-left: 80px;*/
float: left;
text-align: right;
overflow: hidden;
height: 20px;
white-space: nowrap;
text-overflow: ellipsis;
}
.from-to-country-text.right{
color: #272424;
font-size: 16px;
@@ -942,6 +948,14 @@
/*padding-right: 80px;*/
float: right;
text-align: left;
overflow: hidden;
height: 20px;
white-space: nowrap;
text-overflow: ellipsis;
}
.from-to-country-text.right:hover{
}