Sha256: 9f3a5b227fa4e0e74a0fd0c430e19894d6f2295426cfd8ac6370bff67c2b3be1

Contents?: true

Size: 1.58 KB

Versions: 25

Compression:

Stored size: 1.58 KB

Contents

.btn-fluid-wrapper .btn {
  width: 100%;
}

.btn {
  &.float-right {
    float:right;
  }
  &.btn-promo {
    font-size:18px;
    padding-left:30px;
    padding-right:30px;
  }

  .subtitle {
    font-size:@small;
    font-weight:300;
    width:100%;
    display:block;
    text-align:center;
  }

  &.arrow,
  &.arrow-right {
    background-image: image-url('icons/icon-arrow-right.png');
    background-repeat: no-repeat;
    background-position: 96% 50%;
  }

  &.arrow-left {
    background-image: image-url('icons/icon-arrow-left.png');
    background-repeat: no-repeat;
    background-position: 4% 50%;
  }

  &.btn-dark {
    .font(16px, 300, @bg-main-color);
    background-color: @bg-inverse-color;

    &:hover {
      color: @elem-cozy-color;
    }
  }

  &.btn-shaded {
    background-color: @bg-inverse-color;
    border: solid 1px @bg-inverse-intense-color;
    color: @text-inverse-color;
    font-weight: 400;

    &:hover {
      color: lighten(@text-inverse-color,5%);
      background-color: lighten(@bg-inverse-color,5%);
    }
  }

  &.btn-grey {
    background-color: @bg-main-color;
    border: solid 1px @bg-main-color;
    color: lighten(@bg-inverse-color,5%);
    font-weight: 400;

    &:hover {
      color: @bg-inverse-color;
      background-color: darken(@bg-main-color,5%);
    }

    &.btn-grey-bordered {
      border: solid 1px darken(@bg-main-color,5%);
    }
  }

  &.btn-whited {
    background-color: lighten(#ccc,15%);
    border: solid 1px #ccc;
    color: #ccc;
    font-weight: 400;

    &:hover {
      color: darken(#ccc,20%);
      background-color: #ccc;
    }
  }
}

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.2.1 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.2.0 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.0.6 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.1.2 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.0.5 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.1.1 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.0.4 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.4 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.1.0 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.0.3 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-2.0.3 app/assets/stylesheets/mno_enterprise/custom/button.less
mno-enterprise-frontend-3.0.2 app/assets/stylesheets/mno_enterprise/custom/button.less