Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions elements/rh-cta/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<meta charset="utf-8">
<title>RHElements: rh-cta Demo</title>

<!-- <link rel="stylesheet" href="../../../themes/cp-theme/cp-theme.css" /> -->
<link rel="stylesheet" href="http://overpass-30e2.kxcdn.com/overpass.css" />

<!-- uncomment the es5-adapter if you're using the umd version -->
<script src="/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js"></script>
<script src="/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.5/require.min.js"></script>
<script>require(['../rh-cta.umd.js'])</script>

<link rel="stylesheet" href="http://overpass-30e2.kxcdn.com/overpass.css" />
<script>require(['../../../themes/cp-theme/cp-theme.umd.js','../rh-cta.umd.js'])</script>

<style>
body {
Expand All @@ -35,15 +36,6 @@
background: #d2d2d2;
}
</style>
<style>
/* For demoing theme styles... */
:root {
--rh-theme--color--ui-accent: green;
--rh-theme--color--ui-accent--hover: darkgreen;
--rh-theme--color--ui-accent--text: white;
--rh-theme--color--ui-accent--text--hover: white;
}
</style>
<noscript>
<link href="../../rhelement/rhelement-noscript.min.css" rel="stylesheet">
</noscript>
Expand Down
2 changes: 1 addition & 1 deletion elements/rh-cta/rh-cta.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion elements/rh-cta/rh-cta.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elements/rh-cta/rh-cta.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading