mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Add padding to top of Safari extension (#3949)
This commit is contained in:
parent
09c3bc8f1b
commit
636a982cd6
@ -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()">
|
||||
|
@ -23,6 +23,12 @@ html.browser_safari {
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
&.login-page {
|
||||
padding-top: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
app-root {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
|
Loading…
Reference in New Issue
Block a user