nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / closure / list / list-default-theme.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h3, md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text h4, md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h3, md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h4 {
9   color: '{{foreground-1}}'; }
10 md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text p, md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text p {
11   color: '{{foreground-2}}'; }
12 md-list.md-THEME_NAME-theme .md-proxy-focus.md-focused div.md-no-style {
13   background-color: '{{background-100}}'; }
14 md-list.md-THEME_NAME-theme md-list-item > md-icon {
15   color: '{{foreground-2}}'; }
16   md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight {
17     color: '{{primary-color}}'; }
18     md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight.md-accent {
19       color: '{{accent-color}}'; }
20 md-list.md-THEME_NAME-theme md-list-item button {
21   background-color: '{{background-color}}'; }
22   md-list.md-THEME_NAME-theme md-list-item button.md-button:not([disabled]):hover {
23     background-color: '{{background-color}}'; }