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

/*
GLOBAL SETTINGS STYLING
*/
.scwpPostTypeSelection{
  width: 100%;

  > div{
    margin-bottom: 30px;
  }

  .scwpPostTypeLabel{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #cacaca;

    label{
      font-size: @scwp-var-font-size + 2;
      font-weight: 700;
      color: @scwp-var-title-color;
      cursor: default;
    }

    button{
      font-style: @scwp-var-font-size;
      font-weight: 700;
      color: @scwp-var-color-deep-blue;
      padding: 0;
      background-color: transparent;
      outline: 0;
      border: 0;
      .scwp--transition;

      &:hover{
        color: darken(@scwp-var-color-deep-blue, 5%);
      }
    }
  }
}

.scwpSettingsFieldWrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;
}

.scwpSendBtn{
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: @scwp-var-color-deep-blue;
  font-size: @scwp-var-font-size;
  color: #fff;
  font-weight: 700;
  border: 0;
  outline: 0;
  // margin-bottom: 20px;
  .scwp--border-radius(3px);
  .scwp--transition;

  &:hover{
    background-color: darken(@scwp-var-color-deep-blue, 10%);
  }
}
