.basic-rule {
  margin-top: 25px;
  &-controls{
    margin-top: 10px;
    margin-left: auto;
  }
  &-settings{
    display: flex;
    flex-direction: column;
    &-actions{
      width: 20%;
    }
    &-when {
      align-self: flex-start;
      padding: 10px 0;
      width: 100%;
      label {
        display: block;
        font-size: 12px;
        font-weight: bold;
        padding-bottom: 12px;
      }
      textarea {
        width: 90%;
        font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
      }
    }
  }
}
