0.0.212 upd for dropdown_menu and change_language

This commit is contained in:
2023-11-10 17:21:27 +03:00
parent 9ecc961e42
commit bbd3fd51dc
5 changed files with 72 additions and 30 deletions

View File

@@ -1,13 +1,29 @@
/*media breakpoints*/
@media (max-width: 360px) {
@media (max-width: 360px){
.wrapper_content {
max-width: 325px;
}
}
@media (max-width: 1199px){ }
@media (max-width: 991px){ }
@media (max-width: 767px){ }
@media (max-width: 575px){ }
@media (max-width: 780px) {
body{
/*overflow-x: hidden;*/
}
.wrapper_content{
max-width: 325px;
}
/*.wrapper_content{*/
/* max-width: 325px;*/
/*}*/
header{
padding: 5px 16px;
@@ -126,7 +142,11 @@
text-align: center;
}
.benefit_img_item{
max-width: 100%;
width: 100%;
margin-bottom: 40px;
}
.button_container{
margin-top: unset;
}
.tab-btn-2{
margin: 0 0 5px 0;
@@ -143,6 +163,11 @@
flex-direction: column;
}
details{
width: 100%;
margin-right: unset;
}
.cards_item_1,
.cards_item_2,
.cards_item_3,

View File

@@ -646,6 +646,7 @@ span.btn_profile_name {
}
/*Language select*/
.dropbtn_lang {
padding: 7px 0 7px 0;
cursor: pointer;
@@ -673,15 +674,15 @@ span.btn_profile_name {
color: transparent;
}
.dropbtn_lang::after {
/*background: rgba(0, 0, 0, 0) url("c_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;*/
content: "";
height: 16px;
position: absolute;
right: 0;
top: 7px;
width: 16px;
}
/*.dropbtn_lang::after {*/
/* !*background: rgba(0, 0, 0, 0) url("c_keyboard_arrow_down_48px-16.png") no-repeat scroll center center;*!*/
/* content: "";*/
/* height: 16px;*/
/* position: absolute;*/
/* right: 0;*/
/* top: 7px;*/
/* width: 16px;*/
/*}*/
.dropdown-content-lang a:first-child
{
@@ -705,13 +706,17 @@ span.btn_profile_name {
display: block;
}
.dropdown-content-lang.show{
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content-lang a:hover {background-color: #f1f1f1}
/* Show the dropdown menu on hover */
.dropdown_lang:hover .dropdown-content-lang {
display: block;
}
/*.dropdown_lang:hover .dropdown-content-lang {*/
/* display: block;*/
/*}*/
/*END Language select*/
@@ -1108,7 +1113,6 @@ section.profile {
h2.title_new_route{
font-family: Inter;
font-size: 44px;
font-style: normal;
font-weight: 700;