mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Merge pull request #22207 from overleaf/ds-register-bs-5-three
BS5 Migration - Migrating Registration page to BS5(3) GitOrigin-RevId: debfb67978d39b87999ad201c6382b81d007fbe8
This commit is contained in:
@@ -106,6 +106,47 @@
|
||||
top: calc(var(--spacing-08) + var(--spacing-08) / 4);
|
||||
}
|
||||
}
|
||||
|
||||
.login-register-error-container {
|
||||
padding-bottom: var(--spacing-05);
|
||||
}
|
||||
|
||||
.form-group {
|
||||
text-align: left;
|
||||
|
||||
label {
|
||||
font-size: var(--font-size-02);
|
||||
}
|
||||
}
|
||||
|
||||
.form-group-password {
|
||||
display: flex;
|
||||
position: relative;
|
||||
flex-direction: column;
|
||||
|
||||
.form-group-password-input {
|
||||
input.form-control {
|
||||
padding-right: 35px;
|
||||
}
|
||||
}
|
||||
|
||||
.visibility-toggle {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
width: 35px; // TODO: Should this be calculated ?
|
||||
height: 35px; // TODO: Should this be calculated ?
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: unset;
|
||||
background-color: unset;
|
||||
|
||||
#visibility-icon-off {
|
||||
margin-top: 2px; // workaround for the icon not having the same center as the non-slashed one
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.login-register-hr-text-container {
|
||||
|
||||
Reference in New Issue
Block a user