1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00: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
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;