Sha256: 46c3bcc8f0a3efba1696ceb81316bc0046cc3c2e9916eecb6f3d8856451e2c1d

Contents?: true

Size: 1.54 KB

Versions: 11

Compression:

Stored size: 1.54 KB

Contents

@import "hyrax/variables", "hyrax/file_sets", "hyrax/settings", "hyrax/html",
  "hyrax/header", "hyrax/styles", "hyrax/file-listing",
  "hyrax/browse_everything_overrides", "hyrax/nestable", "hyrax/collections",
  "hyrax/collection_types", "hyrax/batch-edit", "hyrax/home-page",
  "hyrax/featured", "hyrax/usage-stats", "hyrax/catalog", "hyrax/buttons",
  "hyrax/tinymce", "hyrax/proxy-rights", "hyrax/file-show", "hyrax/work-show",
  "hyrax/modal", "hyrax/forms", "hyrax/form", "hyrax/file_manager",
  "hyrax/form-progress", "hyrax/positioning", "hyrax/fixedsticky",
  "hyrax/file_upload", "hyrax/representative-media", "hyrax/footer",
  "hyrax/select_work_type", "hyrax/users", "hyrax/dashboard", "hyrax/sidebar",
  "hyrax/controlled_vocabulary", "hyrax/accessibility", "hyrax/recent",
  "hyrax/viewer", "hyrax/breadcrumbs", "hyrax/facets", "hyrax/card",
  "hyrax/badge";
@import "hydra-editor/multi_value_fields";
@import "typeahead";
@import "sharing_buttons";

/* This class is to workaround an issue in which Bootstrap requires a div to display a tooltip
 * on a disabled button. Using a span instead of a div would be ideal but unfortunately it does
 * not render the tooltip correctly in all browsers (e.g. in Chrome the tooltip is detected in
 * the wrong position). This class forces the div to render inline, just like a span.
 *
 * More info:
 *    http://getbootstrap.com/css/#responsive-utilities-classes
 *    http://stackoverflow.com/a/19938049/446681
 */
.visible-all-inline-block {
  display: inline-block;
}

.controlled_vocabulary {
  @extend .multi_value;
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyrax-5.0.1 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-5.0.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-5.0.0.rc3 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-5.0.0.rc2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-5.0.0.rc1 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-4.0.0 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-4.0.0.rc3 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-4.0.0.rc2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-4.0.0.rc1 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-4.0.0.beta2 app/assets/stylesheets/hyrax/_hyrax.scss
hyrax-4.0.0.beta1 app/assets/stylesheets/hyrax/_hyrax.scss