0.0.122 upd static_page advertisement

This commit is contained in:
2023-09-01 15:25:48 +03:00
parent 770289f1ae
commit 227aba33ee
3 changed files with 103 additions and 2 deletions

View File

@@ -849,7 +849,7 @@ section.login>form {
.inputs_l>input {
border-radius: 10px;
border: 1px solid #FF613A;
width: 100%;
width: 98%;
height: 60px;
padding-left: 10px;
}
@@ -1706,6 +1706,7 @@ button#more_button{
.mid_block_static{
margin-top: 120px;
padding: 0px 40px 0px 40px;
}
.benefit_img{
@@ -1713,9 +1714,48 @@ button#more_button{
height: 211px;
align-items: flex-start;
gap: 74px;
padding: 20px 40px 0px 40px;
justify-content: center;
}
.benefit_img>figure{
display: flex;
width: 197px;
padding-top: 20px;
flex-direction: column;
justify-content: flex-end;
align-items: center;
gap: 20px;
}
.benefit_img>figure>img{
width: 197px;
height: 105px;
border-radius: 10px;
background: #FFF;
/* Shadow 1 */
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
padding-top: 20px;
padding-bottom: 20px;
}
.benefit_img>figure>figcaption{
text-align: center;
}
.bottom_block_static{
margin-top: 120px;
padding: 0px 40px 0px 40px;
}
.bottom_block_static>form>.inputs_l{
margin: auto;
padding: 10px;
width: 30%;
}
.bottom_block_static>form>.button_register{
margin: auto;
padding: 10px;
width: 30%;
}
/*end_static_pages*/