Sha256: aae9347ad27300f29536add8b61cd4d2cd8b2458c3a2cd85dd6465026546f01e

Contents?: true

Size: 215 Bytes

Versions: 3

Compression:

Stored size: 215 Bytes

Contents

// =============
// EDGE BUTTON
// =============

// All the elements that need button styling
@mixin button {

  button,
  .button,
  input[type="submit"],
  input[type="reset"] {
    @content;
  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
edge_framework-2.1.0 assets/sass/edge/component/_button.scss
edge_framework-2.0.0 assets/sass/edge/components/_button.scss
edge_framework-2.0.0.a assets/sass/edge/components/_button.scss