forked from LiveCarta/LiveCartaWP
LAW-3666
This commit is contained in:
@@ -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
Reference in New Issue
Block a user