/home/smartbloks/.trash/bbp-core/assets/css/admin-ui.css
/** Mixins **/
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.container.bg-green {
  background: green;
}
.container h1 {
  font-size: 40px;
  color: yellow;
}
@media (max-width: 1200px) {
  .container h1 {
    line-height: 2em;
  }
}

/*# sourceMappingURL=main.css.map */