Sha256: c748a9ec9213b68703b23c77b4fbfacd352ef0e003890ccacce029ff7dfca20d

Contents?: true

Size: 691 Bytes

Versions: 1

Compression:

Stored size: 691 Bytes

Contents

.btn-back { @extend .btn-primary; }
.btn-save { @extend .btn-success; }
.header-actions .btn-save {margin-left: 40px;}

.btn-back, .btn-save {
  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

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/assets/stylesheets/georgia/components/_button.scss