This commit is contained in:
SBD
2023-11-27 18:12:23 +03:00
parent 38c819f6ee
commit 1234bc569b
6 changed files with 18 additions and 13 deletions

View File

@@ -31,6 +31,10 @@ body,html{
z-index: 101;
}
.pointer{
cursor: pointer;
}
.cut-width{
max-width: 1280px;
margin: auto;
@@ -147,7 +151,7 @@ body,html{
background: #888;
display: inline-block;
position: absolute;
top: 6px;
top: 10px;
}
.language_select{
@@ -160,7 +164,8 @@ body,html{
background: none;
border: none;
outline: none;
position: relative;
top: 5px;
}
.language_select.open > .content_select_language{