forked from matrix-org/synapse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve styling and wording of SSO redirect confirm template (matrix-…
- Loading branch information
Showing
11 changed files
with
200 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Improve the user experience of setting up an account via single-sign on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
body { | ||
font-family: "Inter", "Helvetica", "Arial", sans-serif; | ||
font-size: 14px; | ||
color: #17191C; | ||
} | ||
|
||
header { | ||
max-width: 480px; | ||
width: 100%; | ||
margin: 24px auto; | ||
text-align: center; | ||
} | ||
|
||
header p { | ||
color: #737D8C; | ||
line-height: 24px; | ||
} | ||
|
||
h1 { | ||
font-size: 24px; | ||
} | ||
|
||
h2 { | ||
font-size: 14px; | ||
} | ||
|
||
h2 img { | ||
vertical-align: middle; | ||
margin-right: 8px; | ||
width: 24px; | ||
height: 24px; | ||
} | ||
|
||
label { | ||
cursor: pointer; | ||
} | ||
|
||
main { | ||
max-width: 360px; | ||
width: 100%; | ||
margin: 24px auto; | ||
} | ||
|
||
.primary-button { | ||
border: none; | ||
text-decoration: none; | ||
padding: 12px; | ||
color: white; | ||
background-color: #418DED; | ||
font-weight: bold; | ||
display: block; | ||
border-radius: 12px; | ||
width: 100%; | ||
margin: 16px 0; | ||
cursor: pointer; | ||
text-align: center; | ||
} | ||
|
||
.profile { | ||
display: flex; | ||
justify-content: center; | ||
margin: 24px 0; | ||
} | ||
|
||
.profile .avatar { | ||
width: 36px; | ||
height: 36px; | ||
border-radius: 100%; | ||
display: block; | ||
margin-right: 8px; | ||
} | ||
|
||
.profile .display-name { | ||
font-weight: bold; | ||
margin-bottom: 4px; | ||
} | ||
.profile .user-id { | ||
color: #737D8C; | ||
} | ||
|
||
.profile .display-name, .profile .user-id { | ||
line-height: 18px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.