Sha256: fefea7e138b5abc3279e26bc7e2ddca46c7717144540bf028482cd0b7dbf3dc1

Contents?: true

Size: 555 Bytes

Versions: 23

Compression:

Stored size: 555 Bytes

Contents

//
// Replicate the styles for Shopify Admin buttons.
// --------------------------------------------------

.btn {
  line-height: 1;
  padding: 8.5px 15px;
}

.btn-default {
  &:hover, &:focus, &:active, &.active {
    border-color: #d3dbe2;
    background-color: #f5f6f7;
  }
}

.btn-primary {
  &:hover, &:focus, &:active, &.active {
    border-color: #4293c2;
    background-color: #4293c2;
  }
}

.btn-disabled {
  &, &:hover, &:focus, &:active {
    cursor: default;
    background: #fafbfc;
    color: #c3cfd8;
    border: 1px solid #d3dbe2;
  }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
disco_app-0.6.0 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.1 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.2 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.3 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.4 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.5 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.6 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.7 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.8 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.6.9 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.7.0 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.7.1 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.7.2 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.0 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.1 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.2 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.3 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.4 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.5 app/assets/stylesheets/disco_app/disco/_buttons.scss
disco_app-0.8.6 app/assets/stylesheets/disco_app/disco/_buttons.scss