Sha256: adfe4499229856575ac05782096641d238b1984fe490c29add968f3965ee3b59

Contents?: true

Size: 1.07 KB

Versions: 10

Compression:

Stored size: 1.07 KB

Contents

.bootstrap-wizard {
  padding: 10px;
  .border-radius(5px);
  // border: solid 1px #ddd;
  background-color: @bg-inverse-color;

  .task {
    .border-radius(50px);
    .square(50px);

    &.unchecked {
      border: solid 2px @brand-danger;

      .fa {
        margin: 7px 0px 0px 10px;
        font-size: 30px;
        color: @brand-danger;
        &.done{
          display:none;
        }
      }

      &:hover {
        background-color: @brand-danger;
        .fa {
          color: white;
        }
      }
    }

    &.checked {
      opacity:0.6;
      background-color: @brand-primary;

      .fa {
        margin: 10px 0px 0px 10px;
        font-size: 30px;
        color: white;

        &.todo {
          display:none;
        }
      }
    }
  }

  .media {
    margin:15px 0px 15px 0px;
    .media-heading {
      margin: 12px 0px 0px 2px;
      .font(14px,700,white);
    }
  }

  .progression {
    .font(40px,700,white);
    .border-radius(60px);
    background-color: @brand-primary;
    .square(100px);
    padding: 20px 0px 0px 11px;
    margin: 23px 0px 0px 64px;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.4 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.3 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.2 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.1 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less
mno-enterprise-frontend-2.0.0 app/assets/stylesheets/mno_enterprise/custom/views/templates/dashboard/bootstrap-wizard.less