This commit is contained in:
Jerry
2020-10-13 11:33:24 +03:00
parent 286d5da974
commit 851aa02919
3 changed files with 13 additions and 5 deletions

View File

@@ -898,7 +898,7 @@ header {
header .cont {
height: 100%;
text-align: center;
padding: 0 40px 0 280px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@@ -908,6 +908,9 @@ header {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media (min-width: 769px) {
header .cont {
padding: 0 20px 0 210px; } }
header .cont .header-menu {
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
@@ -1086,7 +1089,11 @@ header {
padding-right: 45px;
display: block;
position: relative;
color: #fff; }
color: #fff;
max-width: 180px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
header .sign-block .signed-user .icon-caret {
font-size: 18px;
-webkit-transform: scaleY(0.6) rotate(90deg);
@@ -1168,7 +1175,8 @@ header {
right: 0;
color: #fff;
height: 100%;
z-index: 10; }
z-index: 10;
padding-bottom: 60px; }
@media (min-width: 769px) {
header .mobile-nav {
padding-top: 71px; } }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long