Finished up with email change backend. Just need to make a prompt on the profile page for our AJAX call.
This commit is contained in:
parent
4a865e8aa8
commit
a51152a89d
14 changed files with 444 additions and 13 deletions
|
|
@ -13,11 +13,34 @@ GNU Affero General Public License for more details.
|
|||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
||||
h1, h3{
|
||||
div.error-body{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.error-body h1,.error-body h2,.error-body a{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img{
|
||||
width: 50%;
|
||||
margin: 0 auto;
|
||||
.error-body h2,.error-body a{
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
.error-body h1{
|
||||
font-size: 3em;
|
||||
margin-top: 5%;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.error-body h2{
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.error-body a{
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.error-body img{
|
||||
width: 75%;
|
||||
margin: 3em auto;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue