fix: enlarge mobile renewal button
This commit is contained in:
@@ -336,6 +336,18 @@ a {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subscription-renew-action {
|
||||||
|
min-height: 54px;
|
||||||
|
padding-block: 12px;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subscription-renew-action svg {
|
||||||
|
width: 19px;
|
||||||
|
height: 19px;
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.traffic-top,
|
.traffic-top,
|
||||||
|
|||||||
@@ -343,7 +343,7 @@
|
|||||||
</Button>
|
</Button>
|
||||||
{/if}
|
{/if}
|
||||||
<Button
|
<Button
|
||||||
class="wide"
|
class={`wide${subscription.active ? " subscription-renew-action" : ""}`}
|
||||||
variant={subscription.active ? "secondary" : "default"}
|
variant={subscription.active ? "secondary" : "default"}
|
||||||
onclick={openPaymentModal}
|
onclick={openPaymentModal}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user