1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Allow data syncing and deletion

This commit is contained in:
Cadence Ember 2020-12-29 16:21:48 +13:00
parent e0bc0d2e81
commit 2faaa2e18b
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
10 changed files with 138 additions and 28 deletions

View file

@ -1,3 +1,6 @@
@use "forms.sass" as forms
@use "colors.sass" as c
.settings-page
padding: 40px 20px 20px
max-width: 600px
@ -9,3 +12,18 @@
.border-look
font-size: 22px
padding: 7px 16px 8px
.data-management
margin-top: 24px
.delete-confirm-container
background: c.$bg-darker
margin-bottom: -36px
@include forms.checkbox-hider("delete-confirm")
#delete-confirm:not(:checked) ~ * #delete-button
visibility: hidden
.delete-details[open]
padding-bottom: 40px