mirror of
https://github.com/bitwarden/help
synced 2025-12-13 06:43:18 +00:00
Updates to the styling for alerts
This commit is contained in:
committed by
Kyle Spearrin
parent
6d63298c35
commit
48d5022cf9
@@ -13,14 +13,11 @@ follow the proper steps below.
|
|||||||
|
|
||||||
**Export Your 1Password 1pif Logins**
|
**Export Your 1Password 1pif Logins**
|
||||||
|
|
||||||
```
|
<div class="alert alert-info">
|
||||||
!!!!!! IMPORTANT !!!!!!
|
<p>This set of instructions is only for:</p>
|
||||||
This set of instructions is only for:
|
<ul><li>1Password 4 users on macOS and Windows</li><li>1Password 6 users on macOS</li></ul>
|
||||||
- 1Password 4 users on macOS and Windows
|
<p>These instructions may vary slightly for macOS users.</p>
|
||||||
- 1Password 6 users on macOS
|
</div>
|
||||||
|
|
||||||
These instructions may vary slightly for macOS users.
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Open the 1Password desktop application on your computer and enter your 1Password master password to unlock
|
1. Open the 1Password desktop application on your computer and enter your 1Password master password to unlock
|
||||||
your vault.
|
your vault.
|
||||||
@@ -34,11 +31,10 @@ These instructions may vary slightly for macOS users.
|
|||||||
|
|
||||||
**Export Your 1Password 6 csv Logins From Windows**
|
**Export Your 1Password 6 csv Logins From Windows**
|
||||||
|
|
||||||
```
|
<div class="alert alert-info">
|
||||||
!!!!!! IMPORTANT !!!!!!
|
<p>This set of instructions is only for:</p>
|
||||||
This set of instructions is only for:
|
<ul><li>1Password 6 users on Windows</li></ul>
|
||||||
- 1Password 6 users on Windows
|
</div>
|
||||||
```
|
|
||||||
|
|
||||||
1. Open the 1Password 6 desktop application on your computer and enter your 1Password master password to unlock
|
1. Open the 1Password 6 desktop application on your computer and enter your 1Password master password to unlock
|
||||||
your vault.
|
your vault.
|
||||||
|
|||||||
@@ -21,10 +21,9 @@ Importing your data from LastPass into bitwarden is easy.
|
|||||||
|
|
||||||
**Export Your Passwords From The LastPass Browser Extension**
|
**Export Your Passwords From The LastPass Browser Extension**
|
||||||
|
|
||||||
>!!!!!! IMPORTANT !!!!!!
|
<div class="alert alert-warning">
|
||||||
>
|
<p>It is recommended to export through the LastPass web vault in order to avoid known bugs with the LastPass extension exporter.</p>
|
||||||
>It is recommended to export through the LastPass web vault in order to avoid known bugs with the LastPass extension
|
</div>
|
||||||
>exporter.
|
|
||||||
|
|
||||||
1. Click the LastPass icon in your browser and navigate to "More Options" > "Advanced" > "Export" > "LastPass CSV File".
|
1. Click the LastPass icon in your browser and navigate to "More Options" > "Advanced" > "Export" > "LastPass CSV File".
|
||||||
2. This will take you to a page that then asks you to enter your LastPass master password for verification.
|
2. This will take you to a page that then asks you to enter your LastPass master password for verification.
|
||||||
|
|||||||
@@ -175,6 +175,18 @@ footer {
|
|||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.panel-article .alert {
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-article .alert ul, .panel-article .alert ol {
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.panel-article .alert ul + p, .panel-article .alert ol + p {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.fa-support.visible-xs {
|
.fa-support.visible-xs {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user