Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
efcd252a3f | ||
|
|
5f68c41d7c |
@@ -11,8 +11,52 @@ body {
|
|||||||
min-height: 100vh;
|
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 {
|
.signup-wrapper img {
|
||||||
min-width: 600px:
|
min-width: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.signup-container {
|
.signup-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user