Sha256: a158a8258c48a6ac298191608f206be8abe8dabbbf90d5129d1d2abd51b86653

Contents?: true

Size: 1.78 KB

Versions: 18

Compression:

Stored size: 1.78 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 {
  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

18 entries across 18 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.6 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.5 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.4 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.4 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.3 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.3 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.2 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.2 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.1 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.1 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-3.0.0 app/assets/stylesheets/mno_enterprise/custom/views/registration.less
mno-enterprise-frontend-2.0.0 app/assets/stylesheets/mno_enterprise/custom/views/registration.less