nukeop/nuclear

View on GitHub
packages/app/app/components/TagView/styles.scss

Summary

Maintainability
Test Coverage
.tag_view_container {
  width: 100%;
  height: 100%;

  .dimmable {
    width: 100%;
    height: 100%;
  }

  .tag-view {
    width: 100%;
    height: 100%;
  }

  .lists_container {
    display: flex;
    flex-flow: column;
  }

  @media screen and (min-width: 1800px) {
    .lists_container {
      flex-flow: row;
    }
  }
}