-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
"Verify this device" redesign #30596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 17 commits
0fdc4d2
63dce71
b101488
91250c4
9d9060f
a7a34a0
d145fa4
fcf3b1f
c032ed2
4eb27b3
a2e32aa
52a474c
2ab8cad
1d34e2a
8212149
b1d650e
ce42a8d
6ad4321
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,6 @@ Please see LICENSE files in the repository root for full details. | |
| display: flex; | ||
| margin: 100px auto auto; | ||
| border-radius: 4px; | ||
| box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.33); | ||
| background-color: $authpage-modal-bg-color; | ||
|
|
||
| @media only screen and (max-height: 768px) { | ||
|
|
@@ -29,4 +28,9 @@ Please see LICENSE files in the repository root for full details. | |
| @media only screen and (max-width: 480px) { | ||
| margin-top: 0; | ||
| } | ||
|
|
||
| /* Apply a blurred shadow around the modal */ | ||
| &.mx_AuthPage_modal_blur { | ||
|
||
| box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 0.33); | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,11 +8,10 @@ Please see LICENSE files in the repository root for full details. | |
| */ | ||
|
|
||
| .mx_CompleteSecurityBody { | ||
| width: 600px; | ||
| color: $authpage-primary-color; | ||
| background-color: $background; | ||
| border-radius: 4px; | ||
| padding: 20px; | ||
| padding: 20px 20px 60px 20px; | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For some reason that I haven't been able to figure out, it squishes the bottom of the dialog, so I had to add some extra padding here. |
||
| box-sizing: border-box; | ||
|
|
||
| h2 { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.