web/satellite: change button to 3 dots instead of 2

Edit svg in payment-methods-container__card-container__dots-container to draw 3 dots instead of two.

Change-Id: Ie447abf9a2e15b619cf937fe1b1c263e2eeca3e8
This commit is contained in:
Cameron 2022-05-17 18:52:26 -04:00 committed by Jeff Wendling
parent ac7752ac3c
commit 0e0437cc9f

View File

@ -22,9 +22,10 @@
</div>
<div v-else class="payment-methods-container__card-container__dots-container">
<div @click.stop="toggleSelection">
<svg width="12" height="4" viewBox="0 0 12 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg width="20" height="4" viewBox="0 0 20 4" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="4" height="4" rx="2" fill="#354049" />
<rect x="8" width="4" height="4" rx="2" fill="#354049" />
<rect x="16" width="4" height="4" rx="2" fill="#354049" />
</svg>
</div>
<CardDialog