Sha256: 47d8ec29a037544e1be02730f6edb0869a3b9dab73ea031d1933cfa84bb25da1

Contents?: true

Size: 967 Bytes

Versions: 9

Compression:

Stored size: 967 Bytes

Contents

.btn-primary {
  background-color: $btn-primary;
  border: 1px solid $btn-primary;
  color: $white;
  &:hover {
    color: $white;
    background-color: darken($btn-primary, 5%);
  }
}

.btn-inverse {
  background-color: $btn-inverse;
  border: 1px solid $btn-inverse;
  color: $white;
  &:hover {
    color: $white;
    background-color: darken($btn-inverse, 5%);
  }
}

.btn-back, .btn-save {
  @extend .btn-primary;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.btn-file-upload {
  position: relative;
  overflow: hidden;
}

.btn-close {
  position: absolute; // needs parent to be relative
  width: 25px;
  height: 25px;
  top: 5px;
  right: 5px;
  font-weight: bold;
  font-size: 1.4em;
  text-align: center;
  color: #cbcbcb;
  &:hover {
    color: #e2e2e2;
    text-decoration: none;
  }
}

.btn-pagination {
  @extend .btn;
  padding: 5px 10px;
}

.btn--jumbo {
  padding: 10px 40px;
  font-size: 1.4em;
}

.btn--square {
  border-radius: 0 !important;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.7.8 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.7 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.6 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.5 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.4 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.3 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.2 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.1 app/assets/stylesheets/georgia/components/_button.scss
georgia-0.7.0 app/assets/stylesheets/georgia/components/_button.scss