Sha256: e4c0625c117854db12c33b2051cc6346304929e9abc002674e4c66a67900358d

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

.btn {
  border: none;
  box-shadow: none;

  &.loading {
    &::before {
      @extend .fa;
      @extend .fa-spin;
      content: $fa-var-spinner;
      margin-right: 10px;
    }
  }
}

.btn-delete {
  color: $btn-danger-bg;

  &:hover, &:focus {
    color: $btn-danger-color;
    background: $btn-danger-bg;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trestle-0.8.9 app/assets/stylesheets/trestle/components/_buttons.scss
trestle-0.8.8 app/assets/stylesheets/trestle/components/_buttons.scss
trestle-0.8.7 app/assets/stylesheets/trestle/components/_buttons.scss
trestle-0.8.6 app/assets/stylesheets/trestle/components/_buttons.scss