Sha256: 93979e274d27f2374ba5d4f092748a19658304f2410dc51a52aaab1ee2113243

Contents?: true

Size: 841 Bytes

Versions: 8

Compression:

Stored size: 841 Bytes

Contents

.payment-action-save {
  @include button-variant(theme-color('success'), theme-color('success'), theme-color('success') );
}

.btn,
.nav-pills > li > a {
  vertical-align: middle;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.2s linear 0s !important;
}

.btn {
  text-align: center;

  .ship {
    color: #fff;
  }
  svg,
  i.icon {
    margin-right: 0.5rem;
    margin-bottom: 3px;
  }
  &.icon-link svg{
    margin-right: 0;
  }
}

input#image_attachment >
input[type="button"],
input[type="file"]::-webkit-file-upload-button {
  @include border-radius();
  border: 1px solid;
  background-color: white;
  color: $secondary;
  border-color: $secondary;
  padding: 0.375rem 0.75rem;
  &:hover {
    color: white;
    background-color: $secondary;
  }
}

.actions .btn,
.page-actions .btn {
  margin: 2px;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spree_backend-4.7.2 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.6.2 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.7.1 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.7.0 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.6.1 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.6.0 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.5.1 app/assets/stylesheets/spree/backend/components/_buttons.scss
spree_backend-4.5.0 app/assets/stylesheets/spree/backend/components/_buttons.scss