This commit is contained in:
SBD
2023-12-10 16:27:03 +03:00
parent f7235b9a36
commit 363e15a4db

View File

@@ -73,10 +73,11 @@ body.n_scroll{
.right_part_header {
width: calc(100% - 290px);
float: right;
padding: 17px 0 15px 0;
position: relative;
text-align: -webkit-right;
text-align: -moz-right;
display: flex;
justify-content: right;
align-items: center;
height: 50px;
}
.right_part_header_mobile{
@@ -193,8 +194,6 @@ body.n_scroll{
width: 1px;
background: #888;
display: inline-block;
position: absolute;
top: 10px;
}
.language_select{
@@ -207,8 +206,6 @@ body.n_scroll{
background: none;
border: none;
outline: none;
position: relative;
top: 5px;
}
.language_select.open > .content_select_language{