Sha256: 4890c2dd664aee032edeb22041311e3e9cc0453c9287d7f70211e2b5f7583843

Contents?: true

Size: 966 Bytes

Versions: 24

Compression:

Stored size: 966 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: "Helvetica Neue",Helvetica,Arial,sans-serif;
  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: #479ccf;

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

// Primary button
.btn-primary {
  background-color: #479ccf;
  border: 1px solid #2f82b4;
  color: #fff;

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

Version data entries

24 entries across 24 versions & 1 rubygems

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