@import "../../styles/base";

Container {
  display: flex;
  align-items: center;
}

Badge {
  @include circle(40px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: white;
}

Badge:draft {
  background-color: color(black, pale);
}

Badge:sent {
  background-color: color(primary, light);
}

Badge:pending_assignement {
  background-color: color(attention);
}

Badge:assigned {
  background-color: color(primary);
}

Badge:pending_selection {
  background-color: color(important);
}

Description {
  margin-left: 20px;
}

Title {
  font-size: 20px;
}

Statistics {

}
