Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-08-17 16:25:44 +03:00
9 changed files with 299 additions and 153 deletions

View File

@@ -1234,10 +1234,17 @@
.options_subscribe_title{
font-weight: 600;
font-size: 18px;
color: #272424;
padding-bottom: 10px;
}
.options_subscribe_title.light{
color: #272424;
}
.options_subscribe_title.dark{
color: #FFFFFF;
}
.text_option_item{
font-size: 16px;
color: #272424;
@@ -1319,7 +1326,7 @@
.arrange_subscribe{
background: #FF613A;
height: 60px;
padding: 20px 35px 20px 35px;
padding: 20px 33px 20px 33px;
color: #FFFFFF;
border-radius: 10px;
margin-top: 20px;
@@ -1356,6 +1363,29 @@
margin-bottom: 20px;
}
.inputs_for_slider_cont{
width: 100%;
margin-top: 20px;
}
.input_f_slider_start{
float: left;
height: 30px;
width: 40%;
border: 1px solid #E6E6E6;
border-radius: 10px;
padding: 2%;
}
.input_f_slider_end{
float: right;
height: 30px;
width: 40%;
border: 1px solid #E6E6E6;
border-radius: 10px;
padding: 2%;
}
.title_el_methods_transportation{
font-size: 16px;
color: #272424;