nukeop/nuclear

View on GitHub
packages/app/app/components/Dashboard/BestNewMusicTab/styles.scss

Summary

Maintainability
Test Coverage
.best_new_music_tab_pane {
  position: relative !important;
  display: flex !important;
  flex-flow: row;
  height: calc(100% - 54px);
  box-sizing: border-box;
}

.best_new_music_tab_container {
  position: relative;
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.best_new_music_section_container {
  position: relative;
  display: flex;
  flex-flow: column;
  
  width: 100%;
  height: auto; 
}