mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-07 19:25:30 -05:00
* Add account validation dialog/form * clean up * close registration dialog on token request * remove dupe code * add subtitle styling Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
13 lines
172 B
CSS
13 lines
172 B
CSS
.AccountActivationForm {
|
|
width: 100%;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.AccountActivationForm-item {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.AccountActivationForm-submit {
|
|
width: 100%;
|
|
}
|