Skip to content

Commit

Permalink
feat: new design for billing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jog1t committed Mar 6, 2024
1 parent 2746d82 commit 998a824
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 250 deletions.
1 change: 0 additions & 1 deletion src/elements/overlay/alert-panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

#title {
font-weight: bold;
font-size: 24px;

margin-bottom: 4px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/elements/overlay/alert-panel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default class AlertPanel extends LitElement {

return html`
<div id="base">
<div id="title">${this.data.title}</div>
<div id="title" class="font-display text-3xl">${this.data.title}</div>
${this.data.details ? html`<div id="details">${this.data.details}</div>` : null}
<div id="footer">
<div id="options">
Expand Down
8 changes: 0 additions & 8 deletions src/elements/pages/dev/game/rvt-user-games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,6 @@ export default class RvtUserGames extends LitElement {
})}
>Analytics</rvt-button
>
<rvt-button
href=${routes.groupSettings.build({
groupId: group.groupId,
tab: 'Billing'
})}
>Billing</rvt-button
>
<rvt-button href=${routes.groupSettings.build({ groupId: group.groupId })}
>Settings</rvt-button
>
Expand Down
Loading

0 comments on commit 998a824

Please sign in to comment.