Sha256: c6d115bfeb7a51eb44b5d9c92f68de43d19d09ab3593764db6d0c12dc730f76a

Contents?: true

Size: 1004 Bytes

Versions: 2

Compression:

Stored size: 1004 Bytes

Contents

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  position: relative;

  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 21px;

  @include clear-user-select;
}

.btn-primary.btn {
  //background-image: linear-gradient(-1deg, #3494F7 0%, #40ABF9 100%);
  background-color: #328ad6;
  box-shadow: inset 0 0 0 1px #328ad6;
}

.btn:hover, .btn:focus { text-decoration: none }
.btn:hover, .btn:focus { color:#fff }

.btn-primary.btn:hover, .btn-primary.btn:focus {
  background-color: li  ghten(#328ad6, 5);
  color:#fff
}

.btn-primary.btn:active {
  background-color: lighten(#3494F7, 8);
}

.btn.full-width {
  width: 100%;
}

.btn.btn-secondary {
  border: none;
  background: #34C849;
  color: #fff;
}

.btn.btn-secondary:hover {
  background: darken(#34C849, 5);
}

.btn.btn-secondary:active {
  background: darken(#34C849, 10);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
plotline-0.1.1 app/assets/stylesheets/plotline/components/buttons.scss
plotline-0.1.0 app/assets/stylesheets/plotline/components/buttons.scss