Sha256: ca7c3b070ee9ebaebc1cba9432d3ee79b78b77053335c5ebc440979747a740e4

Contents?: true

Size: 393 Bytes

Versions: 1

Compression:

Stored size: 393 Bytes

Contents

select {
  width: 100%;
}

.block-slot {
  .form-group {
    &:last-of-type {
      margin-bottom: 0;
    }
  }
}
.form-group.select {
  // min-height: 59px;

  select {
    height: 34px;
    text-indent: 4px;

    option {
      visibility: hidden;
    }
  }
}

.select .select2-container {
  width: 100% !important;
}

.select-tag-form {
  display: inline-block;
  vertical-align: middle;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forest_cms-0.98.1 app/assets/stylesheets/forest/admin/partials/_ui.scss