Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 1 addition & 63 deletions resources/js/reset_password/reset_password.module.scss
Original file line number Diff line number Diff line change
@@ -1,22 +1,7 @@
@import "../../styles/global.scss";
@import "../../styles/auth.scss";

.main_container {
margin-top: 5%;
margin-bottom: 10%;
max-width: 544px !important;

a {
color: $base-color-dark;
}

.title_container {
.app_logo {
display: flex;
max-width: 40%;
margin: auto;
padding-bottom: 40px;
}
}

.reset_password_container {
border: solid 1px $border-color;
Expand All @@ -28,8 +13,6 @@
}

.turnstile {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

Expand All @@ -39,39 +22,6 @@
background-color: $base-color-dark;
}

.password_hint {
color: $hint-text-color;
background-color: #fafafa;
margin: 8px 8px;
}

.password_hint p:first-of-type {
margin: 0 0 8px;
}

.password_hint ul {
list-style: none;
margin-top: 8px;
padding-left: 10px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4px 12px;
}

.password_hint ul li {
display: flex;
align-items: center;
gap: 60px;
}

.password_characters {
font-size: 0.85em;
}

.password_characters span {
letter-spacing: 0.5em;
}

.error_label {
color: #f44336;
font-size: 0.75rem;
Expand All @@ -80,18 +30,6 @@

}

.sr_only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: inset(50%);
white-space: nowrap;
border: 0;
}

.help_link {
margin: 1.5rem 0 0;
text-align: center;
Expand Down
Loading
Loading