1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 22:44:11 +00:00

desktop styling

This commit is contained in:
Maciej Zieniuk
2025-04-11 10:59:12 +01:00
parent fbd012f07c
commit 7c2ae780a2

View File

@@ -3,7 +3,8 @@
#lock-page,
#sso-page,
#set-password-page,
#remove-password-page {
#remove-password-page,
#confirm-key-connector-domain-page {
display: flex;
justify-content: center;
align-items: center;
@@ -29,7 +30,8 @@
#hint-page,
#two-factor-page,
#update-temp-password-page,
#remove-password-page {
#remove-password-page,
#confirm-key-connector-domain-page {
padding-top: 20px;
.content {
@@ -121,7 +123,8 @@
}
#set-password-page,
#remove-password-page {
#remove-password-page,
#confirm-key-connector-domain-page {
.content {
width: 500px;
@@ -179,7 +182,8 @@
}
}
#remove-password-page {
#remove-password-page,
#confirm-key-connector-domain-page {
.content > p {
margin-bottom: 20px;
}