Sha256: 6bb841f7097957e0f7615a0e2aacecf1ee9fcc16fb5aec795e582e342350b4cf

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

.center-headers,
.email-actions-edit,
.email-actions-index,
.email-actions-new,
.email-filters-index,
.email-templates-edit,
.email-templates-new,
.email-templates-show,
.email-contexts-edit,
.email-contexts-show,
.emails-ns, // emails namespace
.iro-purses-my,
.leads-edit,
.leads--index,
.leads-index,
.leads-show,
.leadsets-show,
.scheduled-email-actions--form,
.scheduled-emails-index {
  .header {
    display: flex;
    justify-content: center;
  }
}
.ctxs {
  text-align: center;
}
.email-actions--form {
  .select2-container {
    flex-grow: 1;
  }
}

.form-mini {

  display: inline-block;

  // display: flex;
  // flex-direction: column;

  // max-width: 400px; // @TODO: where is this used?!

  margin-left: 20px;

  border: 1px solid #666;
  border-radius: 5px;
  padding: 5px;
  background: #eee;

  * {
    display: inline;
  }

  .header {
    display: block;
  }
}

.scheduled-emails-index {
  .items {
    display: flex;
    flex-wrap: wrap;

    .Card {
      margin: 0 10px 10px 0;
      padding: 10px;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ish_manager-0.1.8.431 app/assets/stylesheets/ish_manager/email.scss
ish_manager-0.1.8.430 app/assets/stylesheets/ish_manager/email.scss