This commit is contained in:
2023-08-30 15:31:59 +03:00
parent aa6fce9f3d
commit f1bda3ce68
2 changed files with 5 additions and 2 deletions

View File

@@ -1212,7 +1212,8 @@
border-radius: 10px;
padding: 2%;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
margin-right: 5%;
margin-right: 2.5%;
margin-left: 2.5%;
margin-bottom: 5%;
height: 100%;
}

View File

@@ -39,7 +39,9 @@
{% for opt in subscribe.options.all %}
<li class="items_subscribe select"><text>{{ opt.name }}</text></li>
{% endfor %}
{% for opt_dis in subscribe.options.disabled_options %}
<li class="items_subscribe unselect"><text>{{ opt.name }}</text></li>
{% endfor %}
</ul>
</div>