Skip to content

Commit

Permalink
Merge branch 'master' into fix_header_base_responsive_gap_at_1056px
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Feb 7, 2020
2 parents 9834e2e + e1b8b5d commit 8e4170b
Show file tree
Hide file tree
Showing 74 changed files with 7 additions and 3,888 deletions.
4 changes: 2 additions & 2 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -12656,7 +12656,7 @@ Accordion styles
margin: $accordion-title-margin;
width: 100%;
text-align: left;
z-index: 0;
z-index: 1;
}

.#{$prefix}--accordion__content {
Expand All @@ -12675,7 +12675,7 @@ Accordion styles
padding-right: 25%;
}

p {
> p {
@include type-style('body-long-01');
}
}
Expand Down
32 changes: 0 additions & 32 deletions packages/components/src/components/accordion/README.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/components/src/components/accordion/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
margin: $accordion-title-margin;
width: 100%;
text-align: left;
z-index: 0;
z-index: 1;
}

.#{$prefix}--accordion__content {
Expand All @@ -109,7 +109,7 @@
padding-right: 25%;
}

p {
> p {
@include type-style('body-long-01');
}
}
Expand Down
49 changes: 0 additions & 49 deletions packages/components/src/components/accordion/migrate-to-7.x.md

This file was deleted.

40 changes: 0 additions & 40 deletions packages/components/src/components/breadcrumb/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions packages/components/src/components/breadcrumb/migrate-to-7.x.md

This file was deleted.

57 changes: 0 additions & 57 deletions packages/components/src/components/button/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions packages/components/src/components/button/migrate-to-7.x.md

This file was deleted.

71 changes: 0 additions & 71 deletions packages/components/src/components/checkbox/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/components/src/components/checkbox/migrate-to-7.x.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/components/src/components/code-snippet/README.md

This file was deleted.

Loading

0 comments on commit 8e4170b

Please sign in to comment.