dobtco/dispatch

View on GitHub
themes/dvl-core/assets/stylesheets/theme/components/search_result_count.scss

Summary

Maintainability
Test Coverage
@import 'theme/includes';

.search_result_count {
  display: block;
  background: $lightestGray;
  font-size: $fontSmaller;
  white-space: nowrap;
  padding: $rhythm ($rhythm * 2);
  border-radius: $radius;
  position: relative;
  top: $rhythm / -2;
  @media screen and (max-width: $lapWidth - 1) {
    display: none;
  }
}