mirror of
https://github.com/jcreek/EstimationPoker.git
synced 2026-07-12 18:43:47 +00:00
refactor(#23): class name
This commit is contained in:
@@ -276,7 +276,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if showFireworks}
|
{#if showFireworks}
|
||||||
<div class="launch-pad">
|
<div class="fireworks-container">
|
||||||
<Fireworks bind:this={fireworks} options={fireworkOptions} />
|
<Fireworks bind:this={fireworks} options={fireworkOptions} />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
@@ -389,7 +389,7 @@
|
|||||||
text-indent: -10px;
|
text-indent: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.launch-pad {
|
.fireworks-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user