mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated webhook button color
This commit is contained in:
parent
1f7159d80d
commit
72b2679505
@ -212,8 +212,8 @@
|
||||
</p>
|
||||
<LinkTo @route="integration.webhooks.new" @model={{this.integration}} @classNames="flex items-center" data-test-link="add-webhook">
|
||||
<div class="flex items-center pa2 pt1">
|
||||
{{svg-jar "add" class="w3 h3 fill-blue-d1"}}
|
||||
<span class="ml1 blue">Add webhook</span>
|
||||
{{svg-jar "add" class="w3 h3 fill-green-d1"}}
|
||||
<span class="ml1 green">Add webhook</span>
|
||||
</div>
|
||||
</LinkTo>
|
||||
</div>
|
||||
@ -227,8 +227,8 @@
|
||||
<td colspan="5" class="gh-list-data">
|
||||
<LinkTo @route="integration.webhooks.new" @model={{this.integration}} @classNames="flex items-center" data-test-link="add-webhook">
|
||||
<div class="pt1 pb1 f7">
|
||||
{{svg-jar "add" class="w3 h3 fill-blue-d1"}}
|
||||
<span class="ml1 blue">Add webhook</span>
|
||||
{{svg-jar "add" class="w3 h3 fill-green-d1"}}
|
||||
<span class="ml1 green">Add webhook</span>
|
||||
</div>
|
||||
</LinkTo>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user