subvind-components
Advanced tools
@@ -23,3 +23,3 @@ <script>export let active; | ||
| <p> | ||
| Pricing starts at $19/month! (<a href="https://www.subvind.com">demo</a>) | ||
| Pricing starts at $19/month! (<a href="https://demo.subvind.com">demo</a>) | ||
| </p> | ||
@@ -26,0 +26,0 @@ </div> |
@@ -10,3 +10,3 @@ <script>import { onMount } from "svelte"; | ||
| <header> | ||
| <header class="navbar-fixed"> | ||
| <nav class="grey darken-3"> | ||
@@ -22,2 +22,3 @@ <div class="nav-wrapper"> | ||
| </nav> | ||
| <br /> | ||
| {#if organization} | ||
@@ -55,2 +56,6 @@ <div class="describe"> | ||
| } | ||
| :global(.sidenav-overlay) { | ||
| z-index: 0; | ||
| } | ||
| </style> |
@@ -10,3 +10,3 @@ <script>import { onMount } from "svelte"; | ||
| <header> | ||
| <header class="navbar-fixed"> | ||
| <nav class="grey darken-3"> | ||
@@ -22,2 +22,3 @@ <div class="nav-wrapper"> | ||
| </nav> | ||
| <br /> | ||
| {#if organization} | ||
@@ -56,2 +57,6 @@ <div class="describe"> | ||
| } | ||
| :global(.sidenav-overlay) { | ||
| z-index: 0; | ||
| } | ||
| </style> |
@@ -18,3 +18,3 @@ <script>import { onMount } from "svelte"; | ||
| <header> | ||
| <header class="navbar-fixed"> | ||
| <nav class="grey darken-3"> | ||
@@ -30,2 +30,3 @@ <div class="nav-wrapper"> | ||
| </nav> | ||
| <br /> | ||
| {#if organization} | ||
@@ -86,2 +87,6 @@ <div class="describe"> | ||
| <style> | ||
| :global(.sidenav-overlay) { | ||
| z-index: 0; | ||
| } | ||
| header { | ||
@@ -88,0 +93,0 @@ position: relative; |
+1
-1
| { | ||
| "name": "subvind-components", | ||
| "version": "0.0.19", | ||
| "version": "0.0.20", | ||
| "scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
49370
0.49%