Sha256: 3b5f456ad08a28be58bbf56d8deaba8f9b674da7f5e2609b9d6bf1bf5ff4cc73

Contents?: true

Size: 1.89 KB

Versions: 5

Compression:

Stored size: 1.89 KB

Contents

//---------------------------------------------------------------------------
// Material Style
//---------------------------------------------------------------------------
.registration-material {
  height: 90%;
  width: 100%;
  position: absolute;
  background-color: @login-bg-color;
  text-align: center;
  
  .action-box {
    height: 90%;
  }
  
  .action-box md-input-container {
    text-align: left;
  }
  
  .action-box md-checkbox {
    text-align: left;
  }
}

// Default style

.registration when (isstring(@login-bg-img)) {
  background-image: asset-url(@login-bg-img);
  background-size: cover;
}

.registration {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: @login-bg-color;

  .login-box-wrapper {
    text-align: center;
    @login-box-grid-position();
  }

  .login-box-wrapper md-input-container {
    text-align: left;
  }
  
  .login-box-wrapper .login-box-title {
    color: @login-box-title-color;
    margin-bottom: 15px;
    @login-box-title();
  }
  
  .login-box-wrapper .login-box {
    padding: @login-box-padding;
    background-color: @login-box-bg-color;
  }
  
  .login-box-wrapper .login-box .brand-logo when (isstring(@login-box-brand-logo-img)){
    min-height: 80px;
    background-repeat: no-repeat;
    background-image: asset-url(@login-box-brand-logo-img);
    background-size: 100%;
    @login-box-brand-logo();
  }
  
  .login-box-wrapper .login-box .btn-login {
    @login-box-btn-login();
  }
  
  
  .login-box-wrapper .login-box:before when (@login-box-title-display-box-arrow = true){
    .fa;
    color: @login-box-bg-color;
    display: block;
    content: @fa-var-caret-up;
    margin-top: -27px;
    font-size: 24px;
    line-height: 8px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .checkbox-section label {
    font-weight: normal;
  }
  
  .login-box-wrapper .login-box .phone select.form-control {
    height: 34px;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.1.2 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.1.1 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.1.0 app/assets/stylesheets/mno_enterprise/custom/views/registration.less