@import "../vars.less";
.demo-badge {
  .hive-badge{
    margin-right: 30px;
    .hive-icon{
      font-size: 20px;
      display: inline-block;
      color: @primary-color;
    }
    &:nth-child(2) .hive-icon{
      color: #fff;
      background: @primary-color;
    }
  }
  .badgebox{
    display: flex;
    align-items: center;
    &:not(:last-child){
      margin-bottom: 30px;
    }
  }
}
.badge_box{
  display: flex;
  align-items: center;
  .hive-badge{
    margin-bottom: 30px;
    margin-right: 20px;
    .hive-icon{
        font-size: 20px;
        display: inline-block;
        color: @primary-color;
    }
    &:nth-child(2) .hive-icon{
      color: #fff;
      background: @primary-color;
    }
  }
}
