@import '../base/variables';
@import '../base/mixins';

.list-container {
  display:flex;
  flex-direction: column;

  &.panel{
    height: 100%;
  } 
  &.sidebar {

  }
  &.dropdown{
    
  }
  &.header {
    flex-direction: row;
    height: 100%;
    border-top: none;
  }  
}
