Sha256: 5bfade89726af87c89a42dd1c565cb63719a67793c2050e8f2e13e663dc76150

Contents?: true

Size: 585 Bytes

Versions: 3

Compression:

Stored size: 585 Bytes

Contents

@btn-text: @clprim1;
.btn{
  color: @btn-text;
  background: @clseca3;
  border-radius: 4px;
  border:       none;

  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-family: 'Quicksand';
  padding: 3px;
  &:hover{
    background: lighten(@clseca3, 10%);
  }

  .icon, .icon-16, .icon-24, .icon-32, .icon-48{
    svg{
      fill: @btn-text;
    }
  }
}

.btn-small{
  .btn;
  border-radius: 12px;
  min-width: 21px;
  padding: 0;
}

.btn-bold{
  font-weight: bold;
}

.btn-danger{
  color: @clprim4;
  background: @clprim3;
}

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
more_responsive_less_u_i-rails-0.0.7 app/assets/stylesheets/elements/buttons.less
more-responsive-less-ui-0.0.3 app/assets/stylesheets/elements/buttons.less
more-responsive-less-ui-0.0.2 app/assets/stylesheets/elements/buttons.less