Sha256: 08466e76f9a998889d11029f10762fc4ef0ebc8a8e55722d0b8719ec538fe158

Contents?: true

Size: 706 Bytes

Versions: 1

Compression:

Stored size: 706 Bytes

Contents

.btn {
  .button-size(10px; 15px; 15px; 20px; 5px);
  display: inline-block;
  border: 0;
  &:hover {
    cursor: pointer;
  }
}

.btn-big {
  .button-size(15px; 30px; 15px; 15px; 5px);
}

.btn-robot {
  .button-variant(@btn-robot-color; @btn-robot-background; @btn-robot-color);
  text-transform: uppercase;
}

.btn-run, .btn-reset {
  .button-variant(@btn-run-color; @btn-run-background; @btn-run-color);
  text-transform: uppercase;
}

.btn-device, .btn-save {
  .button-variant(@btn-device-color; @btn-device-background; @btn-device-color);
  text-transform: uppercase;
}

.btn-connect {
  .button-variant(@btn-connect-color; @btn-connect-background; @btn-connect-color);
  text-transform: uppercase;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
robeaux-0.3.0 less/objects/buttons.less