Skip to content

Commit

Permalink
Update frontend_password.php
Browse files Browse the repository at this point in the history
Vorbereitend für Zusammenführung der Fragmente
  • Loading branch information
alxndr-w committed Aug 18, 2024
1 parent 29d6faf commit 905e2eb
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions fragments/maintenance/frontend_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
line-height: 1.5;
text-align: center;
}
.maintenance-error a {
.maintenance-login a {
color: #666;
}
.maintenance-error a:hover {
.maintenance-login a:hover {
color: #111;
}
.maintenance-error-title {
.maintenance-login-title {
margin: 0;
font-size: 40px;
font-weight: 700;
color: #5b98d7;
text-shadow: 0 4px 2px rgba(255, 255, 255, 1);
line-height: 1.2em;
}
.maintenance-error-message {
.maintenance-login-message {
padding: 0 20px;
}

Expand All @@ -65,8 +65,8 @@
</head>
<body>
<div class="maintenance-container">
<div class="maintenance-error">
<p class="maintenance-error-title">Login</p>
<div class="maintenance-login">
<p class="maintenance-login-title">Login</p>
<form action="<?= rex_url::base(); ?>" method="post">
<input name="maintenance_secret" class="maintenance-pw-input" type="password" placeholder="**********"/><br>
<button type="submit" class="maintenance-pw-btn">Enter</button>
Expand All @@ -75,4 +75,3 @@
</div>
</body>
</html>

0 comments on commit 905e2eb

Please sign in to comment.