Skip to content

Commit 43bc2fa

Browse files
jzimdarsmonorkin
authored andcommitted
Copy and style for done and already
1 parent 4c6f918 commit 43bc2fa

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<% @hide_footer_frames = true %>
22

3-
<div data-controller="popup-window">
4-
<p>Your accounts are now linked!</p>
5-
<p>From now on, any Basecamp link you paste in will get a preview.</p>
3+
<div data-controller="popup-window" class="panel shadow center margin-block-double">
4+
<strong class="txt-large">Your accounts are now linked</strong>
5+
<p>From now on, any Basecamp link you paste into Fizzy will automatically be turned into a preview.</p>
66

7-
<button class="btn" data-action="popup-window#close">Got it!</button>
7+
<button class="btn btn--link" data-action="popup-window#close">Done</button>
88
</div>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<% @hide_footer_frames = true %>
22

3-
<div data-controller="popup-window">
4-
<p>You have already setup your Basecamp integration</p>
3+
<div data-controller="popup-window" class="panel shadow center margin-block-double">
4+
<strong class="txt-large">Your accounts are already linked</strong>
5+
<p>There's nothing left to do. Any Basecamp link you paste into Fizzy will automatically be turned into a preview</p>
56

6-
<button class="btn" data-action="popup-window#close">Ok</button>
7+
<button class="btn" data-action="popup-window#close">OK</button>
78
</div>

0 commit comments

Comments
 (0)