Skip to content

Commit

Permalink
test(components): update storyshots
Browse files Browse the repository at this point in the history
feature/typescript-text

feature/typescript-text
  • Loading branch information
connor-baer committed May 4, 2020
1 parent a51cd37 commit 3d2b9f3
Showing 1 changed file with 26 additions and 32 deletions.
58 changes: 26 additions & 32 deletions src/__snapshots__/storyshots.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,17 @@ exports[`Storyshots Components/Blockquote Base 1`] = `
.circuit-0 {
font-weight: 400;
margin-bottom: 16px;
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
font-style: italic;
padding-left: 12px;
border-left: 2px solid #3388FF;
padding-left: 16px;
border-left: 3px solid #3388FF;
}
@media (min-width:480px) {
.circuit-0 {
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
}
}
Expand All @@ -273,19 +271,17 @@ HTMLCollection [
.circuit-0 {
font-weight: 400;
margin-bottom: 16px;
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
font-style: italic;
padding-left: 12px;
border-left: 2px solid #3388FF;
padding-left: 16px;
border-left: 3px solid #3388FF;
}
@media (min-width:480px) {
.circuit-0 {
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
}
}
Expand All @@ -302,8 +298,6 @@ HTMLCollection [
font-style: italic;
padding-left: 12px;
border-left: 2px solid #3388FF;
padding-left: 16px;
border-left: 3px solid #3388FF;
}
@media (min-width:480px) {
Expand Down Expand Up @@ -332,8 +326,8 @@ HTMLCollection [
@media (min-width:480px) {
.circuit-0 {
font-size: 16px;
line-height: 24px;
font-size: 18px;
line-height: 28px;
}
}
Expand Down Expand Up @@ -21391,16 +21385,16 @@ exports[`Storyshots Forms/Toggle Base 1`] = `
.circuit-6 {
font-weight: 400;
margin-bottom: 16px;
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
margin-bottom: 0;
padding-top: 2px;
}
@media (min-width:480px) {
.circuit-6 {
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
}
}
Expand Down Expand Up @@ -21502,16 +21496,16 @@ exports[`Storyshots Forms/Toggle Reversed 1`] = `
.circuit-6 {
font-weight: 400;
margin-bottom: 16px;
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
margin-bottom: 0;
padding-top: 2px;
}
@media (min-width:480px) {
.circuit-6 {
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
}
}
Expand Down Expand Up @@ -21653,32 +21647,32 @@ exports[`Storyshots Forms/Toggle With Explanation 1`] = `
.circuit-6 {
font-weight: 400;
margin-bottom: 16px;
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
margin-bottom: 0;
padding-top: 2px;
}
@media (min-width:480px) {
.circuit-6 {
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
}
}
.circuit-8 {
font-weight: 400;
margin-bottom: 16px;
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
margin-bottom: 0;
color: #9DA7B1;
}
@media (min-width:480px) {
.circuit-8 {
font-size: 16px;
line-height: 24px;
font-size: 13px;
line-height: 20px;
}
}
Expand Down

0 comments on commit 3d2b9f3

Please sign in to comment.