Merge pull request #4997 from Jerryby/wordpress

LAW-4155
This commit is contained in:
gregory-p
2021-04-30 14:09:47 +03:00
committed by GitHub
7 changed files with 14 additions and 6 deletions

View File

@@ -1112,7 +1112,7 @@ header {
line-height: 20px;
text-transform: uppercase;
color: white;
background: #e89f29;
background: #46362d;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
@@ -1124,7 +1124,7 @@ header {
transform: translateY(-50%); }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
color: #fff;
background: #cc0000; }
background: #654e41; }
header .sign-block .button.bordered {
background: rgba(255, 255, 255, 0.9); }
header .sign-block .button.bordered + .button.bordered {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -129,6 +129,10 @@ header {
header .sign-block .button.mp-top-left:hover {
color: #fff;
opacity: 0.7; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link {
background: #134d94; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
background: #1965c1; }
header .mobile-menu .btn-toggle-menu {
color: #333;
text-shadow: none; }

File diff suppressed because one or more lines are too long

View File

@@ -178,6 +178,10 @@ header {
header .sign-block .button.mp-top-left:hover {
color: #fff;
opacity: 0.7; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link {
background: #134d94; }
header .sign-block .signed-user-block .dropdown-menu .profile-with-warning .email-confirm-link:hover {
background: #1965c1; }
header .mobile-menu .btn-toggle-menu {
color: #333;
text-shadow: none; }

File diff suppressed because one or more lines are too long