Skip to content

Commit

Permalink
chore(Storyshots): update
Browse files Browse the repository at this point in the history
affects: @crave/farmblocks-link
  • Loading branch information
vNakamura committed Aug 14, 2018
1 parent 96fc4c3 commit c9f160d
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions packages/link/src/components/__snapshots__/Link.story.storyshot
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Storyshots Link/Featured Custom color 1`] = `
.c0 {
font-family: Lato,sans-serif;
display: inline-block;
position: relative;
font-size: 16px;
font-weight: 600;
line-height: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor: pointer;
color: hotpink;
}

.c0 > i.margin-left {
margin-left: 8px;
}

.c0 > i.margin-right {
margin-right: 8px;
}

.c0 > a {
-webkit-text-decoration: none;
text-decoration: none;
}

.c0 > a:hover {
-webkit-text-decoration: underline;
text-decoration: underline;
}

.c0 > a {
color: inherit;
}

<div
className="c0"
disabled={false}
size={16}
type="hotpink"
>
<a
href="#"
>
Awesome Link
</a>
</div>
`;

exports[`Storyshots Link/Featured Default - left aligned, medium size 1`] = `
.c0 {
font-family: Lato,sans-serif;
Expand Down

0 comments on commit c9f160d

Please sign in to comment.