Added Support for Deleting Accounts, Mii Renders and Updated Credits
This commit is contained in:
parent
1374cd226b
commit
89d00a9a42
8 changed files with 105 additions and 29 deletions
|
|
@ -267,6 +267,22 @@ code {
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
.delete-screen {
|
||||
background-color: #6d0606;
|
||||
border: 6px solid #a00b0b;
|
||||
border-radius: 16px;
|
||||
width: 60%;
|
||||
margin: 0 auto;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.delete-button {
|
||||
background-color: #dc0404;
|
||||
border: none;
|
||||
padding: 8px;
|
||||
margin: 0 16px;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #a00b0b;
|
||||
border-color: #6d0606;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue