diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rwxr-xr-x | StoneIsland/www/css/account.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/StoneIsland/www/css/account.css b/StoneIsland/www/css/account.css index 6ea72423..aaba77da 100755 --- a/StoneIsland/www/css/account.css +++ b/StoneIsland/www/css/account.css @@ -33,6 +33,22 @@ display: none; } +.destroy_account_view #destroy_account_view { display: block } +#destroy_account_view { + display: none; +} +#destroy_account_view button { + font-family: pfd, sans-serif; + font-size: 0.875rem; + padding: 10px; + box-sizing: border-box; + margin: 0; + border: 1px solid; + color: black; + background: white; + margin-top: 20px; +} + .orders #orders { display: block } #orders { |
