Skip to content

Commit

Permalink
Update demo-when_empty.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ledangtrung committed Dec 19, 2024
1 parent 3745eb3 commit cb17585
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions html/demo-when_empty.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://therealtimex.github.io/rtlibrary/js/rt-html-abs.js" defer></script>
<script src="https://therealtimex.github.io/rtlibrary/js/rt-html-css-fallback.js" defer></script>
<style>
:root {
Expand All @@ -18,9 +18,7 @@
}
</style>
</head>

<body>

<div class="no-results-container"
style="text-align: center; padding: 40px; background-color: var(--color_theme_background);">
<svg width="180" height="180" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -58,11 +56,12 @@ <h3 style="color: var(--color_theme_text_primary); font-size: 20px; margin-botto
Try adjusting your search criteria
</p>
<button
style="background-color: var(--color_theme_primary); color: white; border: none; padding: 10px 20px; border-radius: 4px; font-size: 14px; cursor: pointer;">
style="background-color: var(--color_theme_primary); color: white; border: none;
padding: 10px 20px; border-radius: 4px; font-size: 14px; cursor: pointer;"
onclick="openForm(this)" data-family-id="FORM_123">
Action Button
</button>
</div>
</div>
</body>

</html>
</html>

0 comments on commit cb17585

Please sign in to comment.