This commit is contained in:
Jerry
2021-09-13 12:37:22 +03:00
parent 2f5fc53c5b
commit 40682c0766
4 changed files with 12 additions and 5 deletions

View File

@@ -848,6 +848,9 @@ blockquote {
.icon-promo-supplement:before {
content: "\e940"; }
.icon-add:before {
content: "\e601"; }
.icon-warning:before, .icon-warning-custom:before {
content: "\e913"; }
@@ -1144,9 +1147,11 @@ header {
z-index: 12; }
header .main-logo img {
max-height: 100%; }
header .main-logo:hover {
text-decoration: none; }
@media (min-width: 769px) {
header .main-logo {
left: 40px;
left: 30px;
top: 15px;
-webkit-transform: none;
transform: none; } }
@@ -1224,7 +1229,6 @@ header {
font-size: 14px;
text-transform: uppercase;
height: 15px;
margin: 0 1px;
position: relative; }
header .header-menu ul li.guest-data {
display: none; }

File diff suppressed because one or more lines are too long

View File

@@ -251,8 +251,11 @@ header {
left: 10px; }
@media (min-width: 769px) {
header .main-logo {
left: 40px;
left: 30px;
height: 28px; } }
@media (min-width: 769px) {
header .main-logo.law-logo {
height: 26px; } }
header .header-menu ul li a {
color: #0c4e91;
font-weight: bold; }

File diff suppressed because one or more lines are too long