fix(styles): Auth0 hosted page styles

This commit is contained in:
Mrugesh Mohapatra
2018-05-20 14:28:55 +05:30
parent c6b62fc7ab
commit 6b49e75f2b

View File

@ -8,7 +8,8 @@
<title>Sign in to freeCodeCamp</title> <title>Sign in to freeCodeCamp</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"> <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<style> <style>
html, html,
@ -177,6 +178,7 @@
.btn-primary:focus, .btn-primary:focus,
.btn-primary.focus, .btn-primary.focus,
.btn-primary:active, .btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active, .btn-primary.active,
.open>.dropdown-toggle.btn-primary { .open>.dropdown-toggle.btn-primary {
color: #eeeeee; color: #eeeeee;
@ -361,8 +363,10 @@
<script src="https://cdn.auth0.com/js/polyfills/1.0/base64.min.js"></script> <script src="https://cdn.auth0.com/js/polyfills/1.0/base64.min.js"></script>
<script src="https://cdn.auth0.com/js/polyfills/1.0/es5-shim.min.js"></script> <script src="https://cdn.auth0.com/js/polyfills/1.0/es5-shim.min.js"></script>
<![endif]--> <![endif]-->
<!-- Latest compiled and minified JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script> </script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://use.fontawesome.com/ae11c47b27.js"> <script src="https://use.fontawesome.com/ae11c47b27.js">
</script> </script>
<script src="https://cdn.auth0.com/js/auth0/9.2/auth0.min.js"> <script src="https://cdn.auth0.com/js/auth0/9.2/auth0.min.js">