Author SHA1 Message Date
SquadleDude efcd252a3f BIG update
stuff
2026-08-03 20:48:50 +03:00
SquadleDude 5f68c41d7c Merge pull request #18 from nexiumfit/squadledude-patch-10
idk
2026-08-03 19:44:02 +03:00
SquadleDude 2d04f62d55 idk 2026-08-03 19:43:52 +03:00
SquadleDude 86f8ebf0de Merge pull request #17 from nexiumfit/squadledude-patch-9
no image
2026-08-03 19:35:49 +03:00
2 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -11,9 +11,9 @@
<img src="/static/img/LoginLogo.png" alt="NEXIUM" class="logo-outside d-none d-lg-block" />
<div class="signup-row">
<div class="signup-card">
<p class="signup-subtitle">2016+ with freedom.</p>
<div class="signup-container d-flex align-items-center justify-content-center">
<div style="padding: 10px;min-width:300px;" class="ps-md-4 pe-md-4">
<p class="signup-subtitle">2016+ with freedom.</p>
{% with messages = get_flashed_messages() %}
{% if messages %}
<div>
+45 -1
View File
@@ -11,8 +11,52 @@ body {
min-height: 100vh;
}
.logo-outside {
position: absolute;
top: 50%;
transform: translateY(-50%);
max-width: 500px;
width: 500px;
height: auto;
z-index: 0;
pointer-events: none;
margin-top: -100px;
margin-right: 120px;
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
background-clip: padding-box;
border: var(--bs-border-width) solid var(--bs-border-color);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: var(--bs-border-radius);
max-width: 300px;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.signup-subtitle {
text-align: center;
margin-bottom: 5px;
color: rgb(255 255 255 / 90%);
font-size: larger;
margin-left: 800px;
}
.element.style {
min-width: 300px;
}
.signup-wrapper img {
min-width: 600px:
min-width: 700px;
}
.signup-container {