add buttons to move slots
build css
This commit is contained in:
@@ -62,6 +62,12 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="u-flexGrow1"></div>
|
||||
<button type="button" class="Button Button--smallSquare addToBench" onclick="moveToLineupSegment(this, 'bench');this.blur()">
|
||||
{{{embeddedSvgFromPath "/teamsnap-ui/assets/icons/dismiss.svg"}}}
|
||||
</button>
|
||||
<button type="button" class="Button Button--smallSquare addToStarting" onclick="moveToLineupSegment(this, 'starting');this.blur()">
|
||||
{{{embeddedSvgFromPath "/teamsnap-ui/assets/icons/plus.svg"}}}
|
||||
</button>
|
||||
<div class="Popup">
|
||||
<button type="button" class="Popup-toggle Button Button--smallSquare" onclick="this.closest('div').querySelector('.Popup-container').classList.toggle('is-open');this.blur();" href="javascript:void(0)">
|
||||
{{{embeddedSvgFromPath "/bootstrap-icons/three-dots.svg"}}}
|
||||
|
||||
Reference in New Issue
Block a user