2020-12-29 03:21:48 +00:00
|
|
|
@use "forms.sass" as forms
|
|
|
|
@use "colors.sass" as c
|
|
|
|
|
2020-08-31 13:22:16 +00:00
|
|
|
.settings-page
|
|
|
|
padding: 40px 20px 20px
|
|
|
|
max-width: 600px
|
|
|
|
margin: 0 auto
|
|
|
|
|
|
|
|
.save-settings
|
|
|
|
margin-top: 24px
|
|
|
|
|
|
|
|
.border-look
|
|
|
|
font-size: 22px
|
|
|
|
padding: 7px 16px 8px
|
2020-12-29 03:21:48 +00:00
|
|
|
|
|
|
|
.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
|