Sha256: 30daed802f57ce5f850b4bc0ebc9a32ce4f3a145946e9a2b8093ff6b21650bca

Contents?: true

Size: 1.08 KB

Versions: 22

Compression:

Stored size: 1.08 KB

Contents

//
// Buttons
// --------------------------------------------------

.btn {
  .box-shadow(0 2px 3px rgba(0,0,0,.1));
  &:active {
    .box-shadow(inset 0 2px 8px rgba(0,0,0,.2));
  }
  &.disabled,
  &[disabled],
  fieldset[disabled] & {
    background-color: #f8f8f8 !important;
    background-image: none !important;
    border-color: #d1d1d1 !important;
    color: #969696 !important;
    opacity: 1;
    &:active {
      .box-shadow(none);
    }
    &.btn-link {
      background-color: transparent !important;
      border: 0;
    }
  }
}

.btn-danger {
  .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-bg-img-start; @btn-danger-bg-img-stop; @btn-danger-border);
}

.btn-default {
  .button-variant(@btn-default-color; @btn-default-bg; @btn-default-bg-img-start; @btn-default-bg-img-stop; @btn-default-border);
}

.btn-link {
  &, &:active {
    .box-shadow(none);
  }
}

.btn-primary {
  .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-bg-img-start; @btn-primary-bg-img-stop; @btn-primary-border);
}

.btn-xs, .btn-group-xs .btn {
  font-weight: @btn-xs-font-weight;
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
bastion-2.1.0 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-2.0.4 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-2.0.3 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-2.0.2 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-2.0.1 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-2.0.0 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-1.0.2 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.3.3 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-1.0.1 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.3.2 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-1.0.0 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.3.1 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.3.0 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.9 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.8 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.7 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.6 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.5 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.3 vendor/assets/stylesheets/bastion/patternfly/buttons.less
bastion-0.2.2 vendor/assets/stylesheets/bastion/patternfly/buttons.less