Skip to content

Commit

Permalink
Merge pull request #6441 from Armanio/fix/about-footer
Browse files Browse the repository at this point in the history
fix(about): clickable footer links
  • Loading branch information
shilman committed Apr 14, 2019
1 parent 38b82b8 commit 1b0dfac
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 161 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exports[`Storyshots Button with new info 1`] = `
</div>
<button
class="info__show-button"
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#28c;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#027ac5;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
type="button"
>
Show Info
Expand All @@ -32,7 +32,7 @@ exports[`Storyshots Button with new info 1`] = `
>
<button
class="info__close-button"
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#28c;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
style="font-family:sans-serif;font-size:12px;display:block;position:fixed;border:none;background:#027ac5;color:#fff;padding:5px 15px;cursor:pointer;top:0;right:0;border-radius:0 0 0 5px"
type="button"
>
×
Expand Down
Loading

0 comments on commit 1b0dfac

Please sign in to comment.