Sha256: 1bccd915e5f39b84021364ed919997a495b214f5643d922ce065b48c9336f358

Contents?: true

Size: 935 Bytes

Versions: 47

Compression:

Stored size: 935 Bytes

Contents

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

// Base button
.btn {
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  padding: 0 9px;
  border-radius: 4px;

  white-space: nowrap;
  vertical-align: middle;
  font-family: $font-family;
  font-size: 13px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;

  &:hover {
    text-decoration: none;
  }
}

// Default button
.btn, .btn-default {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #0078bd;

  &:hover, &:focus, &.focus {
    background-color: #efefef;
    border-color: #d6d6d6;
    color: #0078bd;
  }
}

// Primary button
.btn-primary {
  background-color: #0078bd;
  border: 1px solid #0078bd;
  color: #fff;

  &:hover, &:focus, &.focus {
    background-color: #3491c8;
    border-color: #2a74a0;
    color: #fff;
  }
}

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.9.6 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.9.7 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.9.8 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.9.9 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.9.10 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.9.11 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.10.0 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.10.1 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.10.2 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.10.3 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.10.4 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.10.5 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.11.0 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.11.1 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.12.0 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.12.1 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.12.5 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.12.6 app/assets/stylesheets/disco_app/frame/_buttons.scss
disco_app-0.12.7 app/assets/stylesheets/disco_app/frame/_buttons.scss