Updated custom products styles

- updated mocked data for product and price list
- updated disabled button style on "Add product to member" modal
This commit is contained in:
Peter Zimon 2021-04-26 20:55:25 +02:00
parent ce106e78a3
commit e3cbbfb536
4 changed files with 13 additions and 4 deletions

View File

@ -72,6 +72,6 @@
@successText={{this.successText}}
@task={{this.addPriceTask}}
@disabled={{this.cannotAddPrice}}
@class="gh-btn gh-btn-black gh-btn-icon"
@class="gh-btn gh-btn-black gh-btn-icon gh-btn-add-memberproduct"
data-test-button="save-webhook" />
</div>

View File

@ -1706,4 +1706,13 @@ p.gh-members-import-errordetail:first-of-type {
font-size: 1.4rem;
color: var(--midgrey);
padding: 48px 0;
}
.gh-btn-add-memberproduct[disabled],
.gh-btn-add-memberproduct[disabled]:hover {
background: var(--lightgrey-l1) !important;
}
.gh-btn-add-memberproduct[disabled] span {
color: var(--midgrey);
}

View File

@ -100,7 +100,7 @@
{{price.nickname}}
</h3>
<p class="ma0 pa0 f8 midgrey gh-price-list-description">
TODO: Description
Price description
</p>
</div>
@ -109,7 +109,7 @@
</div>
<div class="gh-list-data gh-price-list-subscriptions">
<span>TODO</span>
<span>0</span>
</div>
<div class="gh-list-data gh-price-list-actions">

View File

@ -24,7 +24,7 @@
{{product.name}}
</h3>
<p class="ma0 pa0 f8 midgrey gh-product-list-description">
TODO: Product description
Product description
</p>
</LinkTo>