@import "../../../less/base.less";

.scwpFieldControlBtns{
  position: absolute;
  top: 0;
  right: 0;

  button{
    font-size: @scwp-var-font-size - 1;
    color: @scwp-var-text-color;
    font-weight: 500;
    background-color: #ffffff;
    padding: 0 10px;
    height: 25px;
    line-height: 23px;
    border: 0;
    outline: 0;
    position: relative;
    border: 1px solid #e5e5e5;
    .scwp--transition;

    &:hover{
      background-color: @scwp-var-color-deep-blue;
      border-color: transparent;
      color: #ffffff;
      z-index: 1;
    }


    &:first-child{
      margin-right: -1px;
    }

    // &:last-child{
    //   padding-left: 15px;
    //   padding-right: 0;
    // }
  }
}
