Merge pull request #4394 from Jerryby/wordpress

LAW-3715
This commit is contained in:
bivis
2020-10-29 13:43:45 +03:00
committed by GitHub
7 changed files with 24 additions and 18 deletions

View File

@@ -1986,6 +1986,8 @@ footer {
font-size: 34px; }
.main-page .feature-block .fb-text p.with-icon .icon-add-to-binder {
font-size: 39px; }
.main-page .feature-block .fb-text p.first-line {
margin-bottom: 30px; }
.main-page .feature-block .fb-text p .icon-feature {
display: inline-block;
vertical-align: baseline;
@@ -2240,7 +2242,7 @@ footer {
font-size: 36px; }
.main-page .feature-block.home-page .fb-title,
.main-page .feature-block.home-page .fb-text {
margin-left: 40%; }
margin-left: 45%; }
.main-page .feature-block.home-page .fb-img {
display: block;
position: absolute;
@@ -2258,11 +2260,15 @@ footer {
.main-page .feature-block.home-page.right .fb-title,
.main-page .feature-block.home-page.right .fb-text {
margin-left: 0;
margin-right: 40%; }
margin-right: 45%; }
.main-page .feature-block.home-page.right .fb-img {
text-align: right;
left: auto;
right: 0; } }
@media (min-width: 541px) {
.main-page .feature-block.home-page .fb-title,
.main-page .feature-block.home-page .fb-text {
margin-left: 40%; } }
.main-page .fb-bot-text {
font-size: 11px;
font-weight: 300;
@@ -2348,13 +2354,13 @@ footer {
.main-page .mp-serve .serve-col .buttons {
width: 100%;
margin-top: 15px;
margin-bottom: 5px; }
margin-bottom: 5px;
text-align: center; }
@media (min-width: 769px) {
.main-page .mp-serve .serve-col .buttons {
position: absolute;
left: 0;
bottom: 20px;
text-align: center; } }
bottom: 20px; } }
.main-page .mp-serve .serve-col .buttons .button {
position: relative;
height: 48px;
@@ -2372,7 +2378,7 @@ footer {
margin-bottom: 15px; }
.main-page .mp-serve .serve-col .normal {
font-size: 14px;
font-weight: normal;
font-weight: 600;
color: #003366;
margin-bottom: 15px; }
.main-page .mp-serve .serve-col .sc-img {
@@ -2485,18 +2491,18 @@ footer {
max-width: 380px; }
.main-page .subscribe-block .sub-input {
margin-top: 20px;
text-align: center; }
text-align: center;
max-width: 480px; }
.main-page .subscribe-block .sub-input input.email {
width: 280px;
max-width: 100%;
height: 40px;
border-radius: 10px; }
border-radius: 10px;
margin-top: 10px; }
.main-page .subscribe-block .sub-input .button.xxl {
height: 40px;
line-height: 40px; }
@media (min-width: 541px) {
.main-page .subscribe-block .sub-input {
text-align: left; } }
line-height: 40px;
margin-top: 10px; }
@media (min-width: 769px) {
.main-page .subscribe-block {
padding: 30px 40px; }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -359,7 +359,7 @@ footer.v2 {
.main-page .faq-answer .answer-text ul li:before {
background: #48566b; }
.main-page .mp-app-links {
.main-page .mp-app-links .cont {
color: #10417E; }
.main-page .mp-serve {

File diff suppressed because one or more lines are too long

View File

@@ -507,7 +507,7 @@ ul.tabset-tabs li {
.main-page .faq-answer .answer-text ul li:before {
background: #48566b; }
.main-page .mp-app-links {
.main-page .mp-app-links .cont {
color: #10417E; }
.main-page .mp-serve {

File diff suppressed because one or more lines are too long