Updating password reset with AJAX

This commit is contained in:
Michał Gdula 2022-08-13 11:04:24 +00:00
parent a5212b1d11
commit 79889d64e8
6 changed files with 192 additions and 120 deletions

View file

@ -476,11 +476,6 @@ nav .btn {
.account-root input {
font-family: "Secular One", sans-serif;
}
.account-root p:first-of-type {
padding: 0.5rem;
background-color: #151515;
text-align: center;
}
/*
|-------------------------------------------------------------

View file

@ -204,14 +204,6 @@
.account-root {
@include defaultDecoration($green);
@include defaultFont();
p:first-of-type {
padding: 0.5rem;
background-color: $black;
text-align: center;
}
}
/*