Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-11-19 21:18:32 +03:00
3 changed files with 5 additions and 4 deletions

View File

@@ -120,7 +120,7 @@
margin-right: 26px; margin-right: 26px;
} }
header .header-first{ header .header-first{
margin-top: 8px; margin-top: 5px;
} }
header .header-second { header .header-second {
@@ -496,7 +496,7 @@
display: none; display: none;
} }
.bottom_block_static{ .bottom_block_static{
padding: unset; padding: 50px 0 0;
width: unset; width: unset;
} }
.bottom_block_static>form>.inputs_l{ .bottom_block_static>form>.inputs_l{

View File

@@ -1128,7 +1128,7 @@
.cont-el-form-search-carrier > label{ .cont-el-form-search-carrier > label{
color: #27242499; color: #27242499;
padding-bottom: 10px; padding-top: 10px;
display: block; display: block;
margin: 0; margin: 0;
} }

View File

@@ -546,7 +546,7 @@ header .header-first {
background-color: white; background-color: white;
border-radius: 10px; border-radius: 10px;
width: 250px; width: 250px;
height: 382px; height: 390px;
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20); box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
z-index: 1; z-index: 1;
} }
@@ -2076,6 +2076,7 @@ button#more_button{
.benefit_img>img{ .benefit_img>img{
align-self: center; align-self: center;
margin: 0 10px;
} }
.benefit_title{ .benefit_title{