.settings-integrations {
    .box-body {
      .active {
        border: 1px solid #05a45c;
        border-radius: 3px;
        background-color: #f5fcf9;
      }

      .box-buttons {
        float: right;

        a.btn {
          margin-left: 9px;
        }
      }
    }

    .content-title {
        line-height: 33px;
        font-size: 16px;
        font-weight: 600;
    }

    .updated {
        color: #05a45c;
        line-height: 33px;
    }
}