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