// Every application file should start with the common imports
@import 'common/setup';

// Application-specific components. Small, specific components from bootstrap (either
// sub-classed into Orchard-specific components or home-grown) should be
// imported here
@import 'components/dropdown';


.overview-hero {
  @extend .row;
}

