Commit 4ce747eb by xcoder

6. меню языков на десктопе сделать цветом как в мобиле.

1 parent 5b58c8d5
Showing 1 changed file with 14 additions and 1 deletions
...@@ -183,7 +183,11 @@ header > ul.nav.nav-pills > .nav-item.detailed > .dropdown { ...@@ -183,7 +183,11 @@ header > ul.nav.nav-pills > .nav-item.detailed > .dropdown {
} }
.dropdown-menu.show { .dropdown-menu.show {
min-width: unset;
top: 30px; top: 30px;
background-color: #430092;
} }
.chevron { .chevron {
...@@ -222,7 +226,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher { ...@@ -222,7 +226,7 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
font-family: "RobotoRegular"; font-family: "RobotoRegular";
font-style: normal; font-style: normal;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 16px;
text-align: center; text-align: center;
width: 80px; width: 80px;
...@@ -231,6 +235,15 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher { ...@@ -231,6 +235,15 @@ header > .nav.nav-pills > .nav-item.detailed > .dropdown > .btn.lng-switcher {
user-select: none; user-select: none;
} }
.dropdown-menu.show > .dropdown-item {
color: #00b8f0;
cursor: pointer;
}
.dropdown-menu.show > .dropdown-item:hover {
background-color: transparent;
}
.humburger { .humburger {
display: none; display: none;
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!