be63bbf4b0e9e142ef82df424b9e27aa850fd7d8
[vnfsdk/refrepo.git] /
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v1.1.3
6  */
7 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,
8 md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h3,
9 md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text h4 {
10   color: '{{foreground-1}}'; }
11
12 md-list.md-THEME_NAME-theme md-list-item.md-2-line .md-list-item-text p,
13 md-list.md-THEME_NAME-theme md-list-item.md-3-line .md-list-item-text p {
14   color: '{{foreground-2}}'; }
15
16 md-list.md-THEME_NAME-theme .md-proxy-focus.md-focused div.md-no-style {
17   background-color: '{{background-100}}'; }
18
19 md-list.md-THEME_NAME-theme md-list-item .md-avatar-icon {
20   background-color: '{{foreground-3}}';
21   color: '{{background-color}}'; }
22
23 md-list.md-THEME_NAME-theme md-list-item > md-icon {
24   color: '{{foreground-2}}'; }
25   md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight {
26     color: '{{primary-color}}'; }
27     md-list.md-THEME_NAME-theme md-list-item > md-icon.md-highlight.md-accent {
28       color: '{{accent-color}}'; }