This commit is contained in:
2023-07-31 18:53:42 +03:00
parent 583bcfc9a8
commit 23be24a41d
7 changed files with 153 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
/*tech support classes*/
.title-support-cont{
.title-profile-cont{
width: 100%;
text-align: center;
font-size: 44px;
@@ -149,3 +149,51 @@
width: 100%;
margin-top: 40px;
}
/*slider*/
.prise-slider-div{
margin-right: 5px;
margin-top: 5px;
}
.filter-span{
margin-top: 13px;
font-size: 15px;
}
#slider-range {
margin-top: 10px;
margin-bottom: 10px;
height: 3px;
margin-left: 6px;
margin-right: 7px;
}
.input-control-price{
display: flex;
justify-content: space-between;
}
.slider-range-div-input {
display: flex;
width: 100px;
border: 1px solid rgba(0, 0, 0, 0.17);
border-radius: 3px;
height: 30px;
justify-content: space-between;
align-items: center;
}
.span-price-placeholder{
padding-left: 7px;
color: rgba(139, 139, 139, 1);
}
.form-control{
/*width: 100px;*/
border: none;
/*border-radius: 3px;*/
}