Skip to content

Commit

Permalink
feat(UIShell): add UI shell sass module (#9195)
Browse files Browse the repository at this point in the history
* feat(UIShell): add stories to @carbon/react

* feat(UIShell): add content, side-nav modules

* feat(UIShell): add header module

* feat(UIShell): add header-panel, switcher

* test(UIShell): add sass test

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tw15egan and kodiakhq[bot] authored Jul 20, 2021
1 parent f837fbc commit 3ee76bd
Show file tree
Hide file tree
Showing 20 changed files with 2,272 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/carbon-react/.storybook/Welcome/Welcome.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* LICENSE file in the root directory of this source tree.
*/

/* eslint-disable no-console */

import React from 'react';
import { Welcome as Intro } from './Welcome';
import mdx from './Welcome.mdx';
Expand Down
3 changes: 3 additions & 0 deletions packages/carbon-react/.storybook/Welcome/welcome.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
}

.welcome__container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
padding: 3rem;
Expand Down
Loading

0 comments on commit 3ee76bd

Please sign in to comment.