Sha256: b1d7b6e24ff149a753fb27d4eafb148ae831ea123040f9e0a0f74617b97f54e6

Contents?: true

Size: 1.2 KB

Versions: 30

Compression:

Stored size: 1.2 KB

Contents

// Material Design Extensions
// TODO: color values are currently harcoded - need to align with theme

//-------------------------------------------
// Toolbar
//-------------------------------------------

// Neutral style
md-toolbar.neutral {
  background: #f2f2f2 !important;
  color: #616161;
  border-bottom: 1px solid #e5e5e5;
}

md-toolbar.success {
  background: @brand-success !important;
  color: darken(@brand-success,40%);
  border-bottom: 1px solid darken(@brand-success,20%);
}


//-------------------------------------------
// Buttons
//-------------------------------------------
// Fix image size when inside a button
.md-button.md-img {
  padding: 0;
}

.md-button.md-img img {
  width: 100%;
  height: 100%;
}

// Check icon inside button - position top right
.md-button .md-icon-check {
  position: absolute;
  top: 0px;
  right: -2px;
  color: @brand-success;
  font-size: 22px;
}

//-------------------------------------------
// md-item
//-------------------------------------------
// Create sublist style with left margin and smaller md-items
.md-sublist {
  margin-top: -10px;
  margin-left: 20px;
}

.md-sublist > md-list-item,
.md-sublist > md-list-item > .md-list-item-inner {
  min-height: 30px;
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
mno-enterprise-frontend-3.4.0 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.3.3 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.3.2 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.2.1 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.3.1 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.3.0 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.2.0 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.1.4 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.0.7 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-2.0.9 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.1.3 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.0.6 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-2.0.8 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.1.2 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.0.5 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-2.0.7 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-2.0.6 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-2.0.5 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.1.1 app/assets/stylesheets/mno_enterprise/custom/angular-material.less
mno-enterprise-frontend-3.0.4 app/assets/stylesheets/mno_enterprise/custom/angular-material.less