add more Cozy Town flavour #4
This commit is contained in:
parent
d491089644
commit
8ae616a1cf
2 changed files with 12 additions and 11 deletions
|
@ -10,6 +10,6 @@
|
||||||
|
|
||||||
<p>Du hast eine Anfrage zum <strong>Zurücksetzen deines Cozy Chat-Passworts</strong> gestellt. Klicke auf den folgenden Link, um dies zu bestätigen. </p>
|
<p>Du hast eine Anfrage zum <strong>Zurücksetzen deines Cozy Chat-Passworts</strong> gestellt. Klicke auf den folgenden Link, um dies zu bestätigen. </p>
|
||||||
<p>Falls du dies nicht wolltest, schließe bitte einfach diese Seite. Dein Passwort wird unverändert bleiben.</p>
|
<p>Falls du dies nicht wolltest, schließe bitte einfach diese Seite. Dein Passwort wird unverändert bleiben.</p>
|
||||||
<p><button type="submit">Ich bestätige, mein Passwort ändern zu wollen</button></p>
|
<button type="submit">Ich bestätige, mein Passwort ändern zu wollen</button>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
21
style.css
21
style.css
|
@ -30,27 +30,28 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Main {
|
.mx_Main {
|
||||||
max-width: 899px;
|
|
||||||
width: calc(100% - 4rem);
|
|
||||||
position: relative;
|
|
||||||
top: -30px;
|
|
||||||
background-color: rgb(250, 220, 120);
|
background-color: rgb(250, 220, 120);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
|
max-width: 899px;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
position: relative;
|
||||||
|
top: -30px;
|
||||||
|
width: calc(100% - 4rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
display: flex;
|
|
||||||
margin: auto;
|
|
||||||
font-weight: bold;
|
|
||||||
padding: 10px 14px;
|
|
||||||
background: rgb(255, 255, 230);
|
background: rgb(255, 255, 230);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: rgba(0,0,0,0.1) 5px 5px 0px 0px;
|
|
||||||
transition: box-shadow .15s ease, transform .15s ease;
|
|
||||||
border: 0;
|
border: 0;
|
||||||
|
box-shadow: rgba(0,0,0,0.1) 5px 5px 0px 0px;
|
||||||
|
display: flex;
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
|
font-weight: bold;
|
||||||
|
margin: auto;
|
||||||
|
padding: 10px 14px;
|
||||||
|
transition: box-shadow .15s ease, transform .15s ease;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
|
|
Loading…
Reference in a new issue