feat: allow to disable subscriptions (#144)

This commit is contained in:
Miguel Ribeiro
2024-02-23 18:08:20 +01:00
committed by GitHub
parent 91e53a48e4
commit 50056d9f03
15 changed files with 24 additions and 42 deletions
+5 -3
View File
@@ -202,10 +202,11 @@ main > .contain {
}
.subscription.inactive {
color: #808080;
opacity: 0.6;
}
.subscription.inactive span.price {
text-decoration: line-through;
font-style: italic;
background-color: #F8F8FF;
}
.subscription-main {
@@ -955,6 +956,7 @@ input[type="checkbox"] {
display: none;
width: 144px;
width: max-content;
z-index: 2;
}
@media (max-width: 380px) {