@import "common/var";
.input-day{
  position: relative;
  .list-wrapper{
    margin: 0;
    padding: 0;
    list-style: none;
    li{
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
    }
  }
  .el-popover{
    margin-top: 10px;
  }
  .selected{
    background-color: $--color-primary;
    color: $--color-white;
  }
  .today-select{
    background-color: $--color-primary;
    opacity: 0.5;
  }
  .btn-group{
    text-align: right;
    margin-top: 10px;
  }
}