0.0.59
This commit is contained in:
@@ -77,10 +77,13 @@ body,html{
|
|||||||
|
|
||||||
.text_header{
|
.text_header{
|
||||||
padding-right: 90px;
|
padding-right: 90px;
|
||||||
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.standart_txt{
|
.standart_txt{
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
/*font-family: Spline Sans;*/
|
/*font-family: Spline Sans;*/
|
||||||
@@ -453,7 +456,7 @@ body,html{
|
|||||||
border-radius: 6px 6px 0 0;
|
border-radius: 6px 6px 0 0;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: linear-gradient(270deg, #FB6952 63.38%, #DD4F39 80.71%, #B73825 104%);;
|
background: linear-gradient(270deg, #FB6952 63.38%, #DD4F39 80.71%, #B73825 104%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_consultation{
|
.form_consultation{
|
||||||
@@ -461,6 +464,10 @@ body,html{
|
|||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title_form_consultation{
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
.container_content_form_consultation{
|
.container_content_form_consultation{
|
||||||
padding: 40px 60px 70px 80px;
|
padding: 40px 60px 70px 80px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -87,6 +87,9 @@
|
|||||||
.cut-width{
|
.cut-width{
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
}
|
}
|
||||||
|
.title_page{
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
/* curtain*/
|
/* curtain*/
|
||||||
.curtain_main{
|
.curtain_main{
|
||||||
height: calc(100vh - 20px);
|
height: calc(100vh - 20px);
|
||||||
|
|||||||
Reference in New Issue
Block a user