register: Move style to css file.

This commit is contained in:
Aman Agrawal 2023-10-03 09:08:13 +00:00 committed by Tim Abbott
parent e1b22a04e7
commit 895439ad83
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Form is validated both client-side using jquery-validation (see signup.js) and s
{% block portico_content %}
<div class="register-account flex full-page">
<div class="center-block new-style" style="padding: 20px 0px" id="create-account">
<div class="center-block new-style" id="create-account">
<div class="pitch">
{% if creating_new_realm %}

View File

@ -52,6 +52,10 @@ html {
}
}
#create-account {
padding: 20px 0;
}
.bottom-text-large {
text-align: center;
margin-top: 20px;