/**
 * bbpress styles
 *
 * compile using command:
 * $ sass wp-content/plugins/jungto/bbpress/styles.scss wp-content/plugins/jungto/bbpress/styles.css
 */
/**
 * Jungto Plugin SASS Variables
 */
.jungto-bbpress {
  padding-bottom: 30px;
}
.jungto-bbpress .error {
  color: #dc3545;
}
.jungto-bbpress .info {
  color: #17a2b8;
}
.jungto-bbpress .topic {
  width: 100%;
  font-size: 1.2rem;
}
.jungto-bbpress .topic .post-id {
  display: none;
}
.jungto-bbpress .topic .post-title {
  font-weight: bold;
  display: inline-block;
  padding-right: 1.2ch;
  text-overflow: ellipsis;
}
.jungto-bbpress .topic .post-date {
  font-weight: lighter;
  display: none;
  padding-right: 1.2ch;
}
.jungto-bbpress .topic .post-update {
  font-weight: lighter;
  display: none;
  padding-right: 1.2ch;
}
.jungto-bbpress .topic .repl-count {
  display: inline-block;
  font-weight: lighter;
}

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