Use new account update API

This commit is contained in:
2022-11-01 16:56:46 +01:00
parent 666291a1d6
commit cd8bf8afe4
10 changed files with 162 additions and 111 deletions

View File

@@ -15,7 +15,7 @@ onMount(() => {
<div>
<div></div>
<div class="feat_normal round_tl">Free</div>
<div class="feat_pro round_tr">Pro</div>
<div class="feat_pro round_tr pro_header">Pro</div>
</div>
<div>
<div class="feat_label">Size limit per file</div>
@@ -276,6 +276,13 @@ onMount(() => {
.text_highlight {
font-weight: bold;
}
.feat_table > div > .pro_header {
background-image: url("/res/img/benefit_1.webp");
background-size: cover;
font-size: 1.2em;
text-shadow: 1px 1px 2px #000000;
color: #ffffff;
}
.feat_table > div > div.round_tl { border-top-left-radius: 0.5em; }
.feat_table > div > div.round_tr { border-top-right-radius: 0.5em; }