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

parent 6b9e5022
......@@ -15,58 +15,6 @@
font-size: 1rem;
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 {
margin-left: auto;
......@@ -76,37 +24,6 @@
.button {
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 {
padding: 30px 0 30px;
......
......@@ -63,132 +63,37 @@
width: 100%;
}
.b-content__scheme {
}
.b-content__scheme .wrapp {
padding: 80px 0 80px;
border-bottom: 1px solid rgba(185, 203, 209, 0.4);
}
.b-content__scheme h1 {
margin-bottom: 30px;
text-align: center;
}
.b-content__scheme-item {
position: relative;
padding-top: 170px;
background-repeat: no-repeat;
}
.b-content__scheme-item:first-child:after {
position: absolute;
top: 90px;
right: 0;
content: '';
display: block;
height: 16px;
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;
.form-wrapp.login
{
margin: 0 auto;
width: 570px;
}
.b-content__scheme-item:nth-last-child(2):after {
display: none;
.form-wrapp.login .input .link {
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;
top: 50%;
margin-top: -0.5em;
right: 20px;
color : #0071BC;
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-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;
.form-wrapp.login .input .link:hover {
border-bottom: none;
}
.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;
.b-content__scheme {
}
.button {
......@@ -239,56 +144,6 @@
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 {
padding: 85px 0 25px;
height: 460px;
......@@ -533,7 +388,7 @@
}
}
@media (max-width: 768px) {
@media (max-width: 768px) {
.b-content__counter {
padding: 90px 0 50px;
height: auto;
......@@ -552,58 +407,7 @@
font-size: 2.5rem;
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 {
display: none;
}
......
......@@ -20,7 +20,7 @@
?>
<section class="b-content__work">
<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 ?>">
<h1><?= _t("Вход") ?></h1>
<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