@import '../src/index';
@import '../src/components/dui-localization/localization.story';
@import '../src/components/dui-bar-chart/dui-bar-chart.story';
@import '../src/components/dui-button/dui-button.story';
@import '../src/components/dui-popover/dui-popover.story';
@import '../src/components/dui-carousel/ceCarousel.story';
@import '../src/components/dui-toggle/dui-toggle.story';
//@import '../src/components/rg-input-field/rg-input-field.story';

#root {
  background: #484848;
  color: #c4c4c4;
  font-family: Arial;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  box-sizing: border-box;
}

body {
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;

  & > #root {
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;

    .story-container {
      padding: 20px;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      overflow: auto;
    }
  }
}

