Sha256: 08b1c3aa753576f60eb97b41db549645cb1b1246217f1c10e1b8456d30d264ed

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 Bytes

Contents

#main-part {
  margin-top: 50px;
}

#logo {
  width: auto;
  height: 36px;
}

#multi-backdrop {
  z-index: 0;
  height: 0;
  width: 0;
}

body.modal-open #multi-backdrop {
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

.sort-handle {
  cursor: grab;
}

.no-wrap {
  white-space: nowrap;
}

.card-body {
  padding: 0.75rem;
}

@include media-breakpoint-up(sm) {
  .card-body {
    padding: 1.25rem;
  }
}

.rounded-bottom-only {
  border-radius: 0 0 $border-radius $border-radius;
}

.rounded-top-only {
  border-radius: $border-radius $border-radius 0 0;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_backend-4.4.1 app/assets/stylesheets/spree/backend/components/_main.scss
spree_backend-4.4.0 app/assets/stylesheets/spree/backend/components/_main.scss
spree_backend-4.4.0.rc2 app/assets/stylesheets/spree/backend/components/_main.scss
spree_backend-4.4.0.rc1 app/assets/stylesheets/spree/backend/components/_main.scss