mirror of
https://github.com/bitwarden/desktop.git
synced 2025-01-18 20:31:32 +01:00
[bug] Remove scroll from login screen (#1283)
This commit is contained in:
parent
cad6e9481f
commit
03eed41d86
@ -1,3 +1,4 @@
|
|||||||
|
<div id="login-page">
|
||||||
<div class="login-header">
|
<div class="login-header">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
@ -93,4 +94,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
<ng-template #environment></ng-template>
|
<ng-template #environment></ng-template>
|
||||||
|
@ -139,28 +139,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-header {
|
|
||||||
padding: 1em;
|
|
||||||
font-size: 1.2em;
|
|
||||||
.environment-urls-settings-icon {
|
|
||||||
@include themify($themes) {
|
|
||||||
color: themed("mutedColor");
|
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
@include themify($themes) {
|
|
||||||
color: themed("primaryColor");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#sso-page {
|
#sso-page {
|
||||||
.content {
|
.content {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
@ -237,3 +215,31 @@
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-page {
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
.login-header {
|
||||||
|
align-self: flex-start;
|
||||||
|
padding: 1em;
|
||||||
|
font-size: 1.2em;
|
||||||
|
.environment-urls-settings-icon {
|
||||||
|
@include themify($themes) {
|
||||||
|
color: themed("mutedColor");
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
|
@include themify($themes) {
|
||||||
|
color: themed("primaryColor");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user