-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore the storybook preview on the universal login templates update
- Loading branch information
Showing
30 changed files
with
972 additions
and
142 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
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,9 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
{%- auth0:head -%} | ||
</head> | ||
<body> | ||
{%- auth0:widget -%} | ||
</body> | ||
</html> |
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,55 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{locale}}"> | ||
<head> | ||
{%- auth0:head -%} | ||
<style> | ||
body { | ||
background-image: radial-gradient(white, rgb(200, 200, 200)); | ||
} | ||
.footer { | ||
background-color: rgb(120, 120, 120); | ||
position: absolute; | ||
bottom: 0; | ||
left: 0; | ||
padding: 16px 0; | ||
width: 100%; | ||
color: white; | ||
/* Use a high z-index for future-proofing */ | ||
z-index: 10; | ||
} | ||
.footer ul { | ||
text-align: center; | ||
} | ||
.footer ul li { | ||
display: inline-block; | ||
margin: 0 4px; | ||
} | ||
.footer ul li:not(:first-of-type) { | ||
margin-left: 0; | ||
} | ||
.footer ul li:not(:first-of-type)::before { | ||
content: ''; | ||
display: inline-block; | ||
vertical-align: middle; | ||
width: 4px; | ||
height: 4px; | ||
margin-right: 4px; | ||
background-color: white; | ||
border-radius: 50%; | ||
} | ||
.footer a { | ||
color: white; | ||
} | ||
</style> | ||
<title>{{ prompt.screen.texts.pageTitle }}</title> | ||
</head> | ||
<body class="_widget-auto-layout"> | ||
{%- auth0:widget -%} | ||
<footer class="footer"> | ||
<ul> | ||
<li><a href="https://company.com/privacy">Privacy Policy</a></li> | ||
<li><a href="https://company.com/terms">Terms of Service</a></li> | ||
</ul> | ||
</footer> | ||
</body> | ||
</html> |
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,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="{{locale}}"> | ||
<head> | ||
{%- auth0:head -%} | ||
<style> | ||
body { | ||
background-image: url("https://images.unsplash.com/photo-1592450865877-e3a318ec3522?ixlib=rb-1.2.1&auto=format&fit=crop&w=2255&q=80"); | ||
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} | ||
.prompt-wrapper { | ||
position: relative; | ||
display: flex; | ||
align-items: center; | ||
width: 480px; | ||
height: 100%; | ||
justify-content: center; | ||
background-color: rgb(60,60,60); | ||
} | ||
</style> | ||
<title>{{ prompt.screen.texts.pageTitle }}</title> | ||
|
||
</head> | ||
<body class="_widget-auto-layout"> | ||
{% if prompt.name == "login" or prompt.name == "signup" %} | ||
<div class="prompt-wrapper"> | ||
{%- auth0:widget -%} | ||
</div> | ||
{% else %} | ||
{%- auth0:widget -%} | ||
{% endif %} | ||
</body> | ||
</html> |
1 change: 1 addition & 0 deletions
1
internal/cli/data/branding/storybook/0.911f6e12e6c467f018fc.manager.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
internal/cli/data/branding/storybook/4.cf0090def79b2a470b55.manager.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
internal/cli/data/branding/storybook/4.cf0090def79b2a470b55.manager.bundle.js.LICENSE.txt
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,8 @@ | ||
/** | ||
* Prism: Lightweight, robust, elegant syntax highlighting | ||
* | ||
* @license MIT <https://opensource.org/licenses/MIT> | ||
* @author Lea Verou <https://lea.verou.me> | ||
* @namespace | ||
* @public | ||
*/ |
1 change: 1 addition & 0 deletions
1
internal/cli/data/branding/storybook/5.ff3f0a1f2e8a30b74056.manager.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
internal/cli/data/branding/storybook/6.4440048971a86fb21870.manager.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
internal/cli/data/branding/storybook/6.4440048971a86fb21870.manager.bundle.js.LICENSE.txt
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,12 @@ | ||
/*! | ||
* OverlayScrollbars | ||
* https://github.com/KingSora/OverlayScrollbars | ||
* | ||
* Version: 1.13.0 | ||
* | ||
* Copyright KingSora | Rene Haas. | ||
* https://github.com/KingSora | ||
* | ||
* Released under the MIT license. | ||
* Date: 02.08.2020 | ||
*/ |
1 change: 1 addition & 0 deletions
1
internal/cli/data/branding/storybook/7.42237ad1d38f983b1508.manager.bundle.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.