Правки для стилей в форме авторизации

parent 6b9e5022
...@@ -15,58 +15,6 @@ ...@@ -15,58 +15,6 @@
font-size: 1rem; font-size: 1rem;
line-height: 2.4rem; line-height: 2.4rem;
} }
.b-content__scheme .wrapp {
padding: 30px 0 30px;
}
.b-content__scheme h1 {
margin-bottom: 20px;
}
.b-content__scheme .b-content__scheme-item {
margin-bottom: 125px;
background-position: center top;
}
.b-content__scheme .b-content__scheme-item:after {
bottom: -70px;
}
.m-content__scheme-item_1.b-content__scheme-item {
padding-top: 115px;
}
.m-content__scheme-item_2.b-content__scheme-item,
.m-content__scheme-item_3.b-content__scheme-item {
padding-top: 150px;
}
.m-content__scheme-item_4.b-content__scheme-item {
padding-top: 125px;
}
.b-content__scheme-item-circle {
margin: 15px auto 10px;
}
.m-content__scheme-item_tagline.b-content__scheme-item {
padding-top: 0;
margin-bottom: 20px;
}
.m-content__scheme-item_tagline.b-content__scheme-item:after {
top: -65px;
}
.m-content__scheme-item_register {
min-height: 240px;
}
.m-content__scheme-item_register .button {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
padding: 15px 65px 15px 20px;
}
.m-content__scheme-item_register .button h2 {
margin-right: 0;
margin-left: 0;
}
a.b-content__work-example { a.b-content__work-example {
margin-left: auto; margin-left: auto;
...@@ -76,37 +24,6 @@ ...@@ -76,37 +24,6 @@
.button { .button {
width: 100%; width: 100%;
} }
.b-content__excellence {
padding: 30px 0 30px;
}
.b-content__excellence h1 {
margin-bottom: 20px;
}
.b-content__excellence-detail {
margin-top: 40px;
}
.b-content__excellence-detail .b-content__excellence-detail-item {
margin-top: 0px;
margin-bottom: 40px;
}
.b-content__excellence-detail .b-content__excellence-detail-item:last-child {
margin-bottom: 0;
}
.m-content__excellence-detail-item_1.b-content__excellence-detail-item {
padding-top: 80px;
}
.m-content__excellence-detail-item_2.b-content__excellence-detail-item {
padding-top: 65px;
}
.m-content__excellence-detail-item_4.b-content__excellence-detail-item {
padding-top: 85px;
}
.b-content__excellence h2 {
display: inline-block;
text-align: center;
display: table;
margin-bottom: 7px;
}
.b-content__work { .b-content__work {
padding: 30px 0 30px; padding: 30px 0 30px;
......
...@@ -63,134 +63,39 @@ ...@@ -63,134 +63,39 @@
width: 100%; width: 100%;
} }
.b-content__scheme { .form-wrapp.login
} {
.b-content__scheme .wrapp { margin: 0 auto;
padding: 80px 0 80px; width: 570px;
border-bottom: 1px solid rgba(185, 203, 209, 0.4);
} }
.b-content__scheme h1 {
margin-bottom: 30px; .form-wrapp.login .input .link {
text-align: center; position: absolute;
} top: 50%;
.b-content__scheme-item { margin-top: -0.5em;
position: relative; right: 20px;
padding-top: 170px; color : #0071BC;
background-repeat: no-repeat; z-index: 10;
transition: font-size 0.2s,
opacity 0.1s,
-webkit-transform 0.3s;
transition: transform 0.3s,
font-size 0.2s,
opacity 0.1s;
transition: transform 0.3s,
font-size 0.2s,
opacity 0.1s,
-webkit-transform 0.3s;
} }
.b-content__scheme-item:first-child:after {
position: absolute; .form-wrapp.login .input .link:hover {
top: 90px; border-bottom: none;
right: 0; }
content: '';
display: block;
height: 16px; .b-content__scheme {
width: 80px; }
background-image: url('../img/pointer-left.svg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
z-index: 2;
}
.b-content__scheme-item:after {
position: absolute;
top: 90px;
right: -55px;
content: '';
display: block;
height: 16px;
width: 80px;
background-image: url('../img/pointer-left-right.svg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
z-index: 2;
}
.b-content__scheme-item:nth-last-child(3):after {
display: none;
}
.b-content__scheme-item:nth-last-child(2):after {
display: none;
position: absolute;
top: 90px;
right: 50%;
margin-right: -42px;
content: '';
display: block;
height: 16px;
width: 80px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
background-image: url('../img/pointer-left.svg');
background-repeat: no-repeat;
background-position: center;
background-size: contain;
z-index: 2;
}
.m-content__scheme-item_1.b-content__scheme-item {
background-image: url('../img/icon-scheme-1.svg');
background-position: center 40px;
background-size: auto 104px;
}
.m-content__scheme-item_2.b-content__scheme-item {
background-image: url('../img/icon-scheme-2.svg');
background-position: center 20px;
background-size: auto 138px;
}
.m-content__scheme-item_3.b-content__scheme-item {
background-image: url('../img/icon-scheme-3.svg');
background-position: center 20px;
background-size: auto 138px;
}
.m-content__scheme-item_4.b-content__scheme-item {
background-image: url('../img/icon-scheme-4.svg');
background-position: center 46px;
background-size: auto 114px;
}
.b-content__scheme-item-title {
text-align: center;
font-family: 'RalewayRegular', sans-serif;
font-size : 0.7rem;
line-height : 1.15em;
color : #B9CBD1;
}
.b-content__scheme-item-circle {
height: 2.1rem;
width: 2.1rem;
margin: 35px auto 25px;
background-color: #B9CBD1;
text-align: center;
font-family : 'AABebasNeue';
font-size : 1.3rem;
line-height : 2.4rem;
color : #FFFFFF;
border-radius: 50%;
}
.b-content__scheme-item-circle + .text {
text-align: center;
}
.m-content__scheme-item_tagline.b-content__scheme-item {
margin-bottom: 50px;
text-align: center;
font-family: 'RalewayBold', sans-serif;
font-size : 1rem;
line-height : 1.5em;
color : #697075;
}
.m-content__scheme-item_tagline.b-content__scheme-item span {
color : #39B54A;
}
.m-content__scheme-item_register {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-around;
-ms-flex-pack: distribute;
justify-content: space-around;
}
.button { .button {
width: 333px; width: 333px;
height: 100px; height: 100px;
...@@ -239,56 +144,6 @@ ...@@ -239,56 +144,6 @@
color: #39B54A; color: #39B54A;
} }
.b-content__excellence {
padding: 65px 0 80px;
}
.b-content__excellence h1 {
margin-bottom: 30px;
text-align: center;
}
.b-content__excellence .tagline {
text-align: center;
}
.b-content__excellence-detail {
margin-top: 65px;
}
.b-content__excellence-detail-item {
padding-top: 125px;
background-repeat: no-repeat;
}
.m-content__excellence-detail-item_1.b-content__excellence-detail-item {
background-position: 10px top;
background-size: 125px 70px;
background-image: url('../img/icon-excellence-detail-1.svg');
}
.m-content__excellence-detail-item_2.b-content__excellence-detail-item {
background-position: 10px 15px;
background-size: 90px 60px;
background-image: url('../img/icon-excellence-detail-2.svg');
}
.m-content__excellence-detail-item_3.b-content__excellence-detail-item {
background-position: 10px 5px;
background-size: 95px 75px;
background-image: url('../img/icon-excellence-detail-3.svg');
}
.b-content__excellence-detail-item h2 {
position: relative;
margin-bottom: 20px;
padding-left: 25px;
}
.b-content__excellence-detail-item h2:before {
position: absolute;
left: 0;
display: block;
content: '';
height: 100%;
width: 15px;
background-image: url('../img/marker.svg');
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.b-content__title { .b-content__title {
padding: 85px 0 25px; padding: 85px 0 25px;
height: 460px; height: 460px;
...@@ -533,7 +388,7 @@ ...@@ -533,7 +388,7 @@
} }
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.b-content__counter { .b-content__counter {
padding: 90px 0 50px; padding: 90px 0 50px;
height: auto; height: auto;
...@@ -552,58 +407,7 @@ ...@@ -552,58 +407,7 @@
font-size: 2.5rem; font-size: 2.5rem;
line-height: 6rem; line-height: 6rem;
} }
.b-content__scheme .wrapp {
padding-top: 30px;
}
.b-content__scheme-item {
margin-bottom: 80px;
}
.m-content__scheme-item_tagline.b-content__scheme-item {
padding-top: 20px;
}
.m-content__scheme-item_tagline.b-content__scheme-item:after {
top: -40px;
}
.b-content__scheme-item:first-child:after,
.b-content__scheme-item:after {
top: auto;
bottom: -53px;
right: 50%;
margin-right: -40px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.m-content__scheme-item_register .button {
width: 333px;
}
.button {
margin-bottom: 20px;
}
.m-content__scheme-item_register {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.b-content__excellence-detail {
margin-top: 20px;
}
.b-content__excellence h2 {
display: table;
margin-left: auto;
margin-right: auto;
}
.b-content__excellence h2 + p.text {
text-align: center;
}
.m-content__excellence-detail-item_1.b-content__excellence-detail-item,
.m-content__excellence-detail-item_2.b-content__excellence-detail-item,
.m-content__excellence-detail-item_3.b-content__excellence-detail-item,
.m-content__excellence-detail-item_4.b-content__excellence-detail-item {
padding-top: 90px;
margin-top: 50px;
background-position: center top;
}
.b-content__work-item:before { .b-content__work-item:before {
display: none; display: none;
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
?> ?>
<section class="b-content__work"> <section class="b-content__work">
<div class="wrapp"> <div class="wrapp">
<div class="form-wrapp login" style="margin: 0 auto; width: 570px;"> <div class="form-wrapp login">
<form action="" class="b-popup__login" name="login" data-url="<?= $dataUrl ?>"> <form action="" class="b-popup__login" name="login" data-url="<?= $dataUrl ?>">
<h1><?= _t("Вход") ?></h1> <h1><?= _t("Вход") ?></h1>
<span class="input input--akira"> <span class="input input--akira">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment