mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-19 17:52:45 +02:00
* feat: change layout * fix: standalone banner styling * fix: change styling for banner * fix: login page * fix: standalone pages * fix: page tweaks * fix: center text * refactor: new user page * refactor: remove uneccesary markup * refactor: remove secondary actions from hosted * fix: remove authdetails blob * refactor: remove unused import * fix: move overflow * fix: add breakpoint to forgotten password
35 lines
387 B
SCSS
35 lines
387 B
SCSS
.container {
|
|
width: 350px;
|
|
}
|
|
|
|
.container > * {
|
|
margin: 0.6rem 0;
|
|
}
|
|
|
|
.emailField {
|
|
width: 100%;
|
|
}
|
|
|
|
.form > * {
|
|
margin: 0.6rem 0;
|
|
}
|
|
|
|
.logo {
|
|
margin: 0 auto;
|
|
display: block;
|
|
height: 100px;
|
|
width: 100px;
|
|
}
|
|
|
|
.button {
|
|
min-width: 150px;
|
|
margin: 1rem auto;
|
|
display: block;
|
|
}
|
|
|
|
@media (max-width: 500px) {
|
|
.container {
|
|
width: 100%;
|
|
}
|
|
}
|