0.0.124
This commit is contained in:
@@ -1058,34 +1058,41 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/*.option_list{*/
|
||||
/* list-style-image: url("/static/img/svg/galka.svg");*/
|
||||
/*}*/
|
||||
.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{
|
||||
font-size: 16px;
|
||||
color: #272424;
|
||||
}
|
||||
|
||||
/*.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.unselected{
|
||||
color: #E6E6E6;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/*.items_subscribe > text{*/
|
||||
/* display: inline-block;*/
|
||||
/* padding-left: 4%;*/
|
||||
/* width: 93%;*/
|
||||
/*}*/
|
||||
.items_subscribe.select:before{
|
||||
content: url(/static/img/svg/galka.svg);
|
||||
}
|
||||
|
||||
/*.items_subscribe{*/
|
||||
/* padding-bottom: 5px;*/
|
||||
/*}*/
|
||||
.items_subscribe:before{
|
||||
color: #FF613A;
|
||||
display: inline-block;
|
||||
width: 3%;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.items_subscribe.unselected:before{
|
||||
content: url(/static/img/svg/cross.svg);
|
||||
}
|
||||
|
||||
.items_subscribe > text{
|
||||
display: inline-block;
|
||||
padding-left: 4%;
|
||||
width: 93%;
|
||||
}
|
||||
|
||||
.items_subscribe{
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user