fireworks fix

This commit is contained in:
Jerry
2021-09-09 16:33:01 +03:00
parent ac9ce7abd0
commit d1fe4cba8a
6 changed files with 106 additions and 22 deletions

View File

@@ -213,16 +213,46 @@
.modal .modal-dialog .modal-head .cont {
color: #3090f0; }
@media (max-width: 768px) {
.modal.redirect {
padding: 10px !important; } }
.modal.redirect .modal-body p {
color: #475669;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); }
.modal.redirect .modal-body p.big {
font-size: 16px; }
@media (min-width: 540px) {
.modal.redirect .modal-body p.mr {
margin-right: 50%; } }
.modal.redirect .modal-dialog {
padding: 0 0 15px;
background-image: url("../img/modal-redirect.png");
background-repeat: no-repeat;
background-position: right bottom;
background-size: 50% auto;
min-height: 0; }
.modal.redirect .modal-footer {
text-align: left; }
@media (min-width: 768px) {
.modal.redirect .cont {
padding: 0 30px; } }
header {
background: #fff; }
header .main-logo {
height: 33px;
top: 5px;
left: -5px; }
height: 24px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 10px; }
@media (min-width: 769px) {
header .main-logo {
top: 20px;
left: 40px; } }
left: 40px;
height: 28px; } }
header .header-menu ul li a {
color: #0c4e91;
font-weight: bold; }

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB