1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-22 07:50:04 +02:00

Change CRLF to LF

This commit is contained in:
Patrick H. Lauke 2021-09-30 09:04:11 +01:00
parent 0b024e11d6
commit c39636fe8a

View File

@ -1,95 +1,95 @@
@import "variables.scss"; @import "variables.scss";
app-sync { app-sync {
content { content {
.btn { .btn {
margin-bottom: 10px; margin-bottom: 10px;
} }
} }
} }
app-password-generator .password-block { app-password-generator .password-block {
font-size: $font-size-large; font-size: $font-size-large;
font-family: $font-family-monospace; font-family: $font-family-monospace;
margin: 20px; margin: 20px;
.password-wrapper { .password-wrapper {
text-align: center; text-align: center;
} }
} }
app-home { app-home {
position: fixed; position: fixed;
height: 100%; height: 100%;
width: 100%; width: 100%;
.center-content { .center-content {
margin-top: -50px; margin-top: -50px;
height: calc(100% + 50px); height: calc(100% + 50px);
} }
img { img {
width: 284px; width: 284px;
margin: 0 auto; margin: 0 auto;
} }
p.lead { p.lead {
margin: 30px 0; margin: 30px 0;
} }
.btn + .btn { .btn + .btn {
margin-top: 10px; margin-top: 10px;
} }
a.settings-icon { a.settings-icon {
position: absolute; position: absolute;
top: 10px; top: 10px;
left: 10px; left: 10px;
@include themify($themes) { @include themify($themes) {
color: themed('mutedColor'); color: themed('mutedColor');
} }
&:not(:hover):not(:focus) { &:not(:hover):not(:focus) {
span { span {
clip: rect(0 0 0 0); clip: rect(0 0 0 0);
clip-path: inset(50%); clip-path: inset(50%);
height: 1px; height: 1px;
overflow: hidden; overflow: hidden;
position: absolute; position: absolute;
white-space: nowrap; white-space: nowrap;
width: 1px; width: 1px;
} }
} }
&:hover, &:focus { &:hover, &:focus {
text-decoration: none; text-decoration: none;
@include themify($themes) { @include themify($themes) {
color: themed('primaryColor'); color: themed('primaryColor');
} }
} }
} }
} }
body.body-sm, body.body-xs { body.body-sm, body.body-xs {
app-home { app-home {
.center-content { .center-content {
margin-top: 0; margin-top: 0;
height: 100%; height: 100%;
} }
p.lead { p.lead {
margin: 15px 0; margin: 15px 0;
} }
} }
} }
body.body-full { body.body-full {
app-home { app-home {
.center-content { .center-content {
margin-top: -80px; margin-top: -80px;
height: calc(100% + 80px); height: calc(100% + 80px);
} }
} }
} }