-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(data-table): add storybook book expandable demo styles (#5034)
- Loading branch information
Alessandra Davila
authored
Jan 28, 2020
1 parent
8faf1f7
commit 8009cd3
Showing
3 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
packages/react/src/components/DataTable/stories/datatable-story.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
@import '~@carbon/type/scss/type'; | ||
@import '~@carbon/themes/scss/themes'; | ||
|
||
.demo-expanded-td td { | ||
padding-left: 3.25rem !important; | ||
padding-bottom: 1.5rem; | ||
padding-top: 1rem; | ||
} | ||
|
||
.demo-inner-container-header { | ||
@include carbon--type-style('productive-heading-01'); | ||
color: $text-01; | ||
} | ||
|
||
.demo-inner-container-content { | ||
@include carbon--type-style('body-long-01'); | ||
color: $text-02; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters