This commit is contained in:
2023-08-12 16:20:08 +03:00
parent 437ee3066f
commit 0a8151f8fa
3 changed files with 131 additions and 50 deletions

View File

@@ -1034,24 +1034,58 @@
padding-bottom: 10px;
}
.items_subscribe.select{
.text_option_item{
font-size: 16px;
color: #272424;
width: 93%;
float: right;
}
.items_subscribe.select::marker{
content: url("/static/img/svg/galka.svg");
display: inline-block;
width: 10%;
clear: both;
.cont_photo_option_item{
height: 100%;
float: left;
width: 5%;
}
.items_subscribe > span{
display: inline-block;
padding-left: 10px;
width: 90%;
.cont_photo_option_item > img{
display: block;
margin: auto;
}
.items_subscribe{
padding-bottom: 5px;
}
.item_options_subscribe{
height: fit-content;
width: 100%;
}
/*.option_list{*/
/* list-style-image: url("/static/img/svg/galka.svg");*/
/*}*/
/*.items_subscribe.select{*/
/* font-size: 16px;*/
/* color: #272424;*/
/* padding-left: 20px;*/
/* !*position: relative;*!*/
/* margin: 10px;*/
/*}*/
/*.items_subscribe.select:before{*/
/* content: url(/static/img/svg/galka.svg);*/
/* position: absolute;*/
/* !* top: 13px; *!*/
/* color: #FF613A;*/
/* display: inline-block;*/
/* vertical-align: center;*/
/* padding-right: 20px;*/
/*}*/
/*.items_subscribe > text{*/
/* display: inline-block;*/
/* padding-left: 4%;*/
/* width: 93%;*/
/*}*/
/*.items_subscribe{*/
/* padding-bottom: 5px;*/
/*}*/