1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-28 10:55:27 +02:00

Add padding to top of Safari extension (#3949)

This commit is contained in:
Robyn MacCallum 2022-11-02 15:16:36 -04:00 committed by GitHub
parent 09c3bc8f1b
commit 636a982cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="center-content">
<div class="content">
<div class="content login-page">
<div class="logo-image"></div>
<p class="lead text-center">{{ "loginOrCreateNewAccount" | i18n }}</p>
<form #form [formGroup]="formGroup" (ngSubmit)="submit()">

View File

@ -23,6 +23,12 @@ html.browser_safari {
}
}
.content {
&.login-page {
padding-top: 100px;
}
}
app-root {
border-width: 1px;
border-style: solid;