source: trip-planner-front/node_modules/angular-material/modules/closure/progressLinear/progressLinear-default-theme.css@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1/*!
2 * AngularJS Material Design
3 * https://github.com/angular/material
4 * @license MIT
5 * v1.2.3
6 */
7md-progress-linear.md-THEME_NAME-theme .md-container {
8 background-color: '{{primary-100}}'; }
9
10md-progress-linear.md-THEME_NAME-theme .md-bar {
11 background-color: '{{primary-color}}'; }
12
13md-progress-linear.md-THEME_NAME-theme.md-warn .md-container {
14 background-color: '{{warn-100}}'; }
15
16md-progress-linear.md-THEME_NAME-theme.md-warn .md-bar {
17 background-color: '{{warn-color}}'; }
18
19md-progress-linear.md-THEME_NAME-theme.md-accent .md-container {
20 background-color: '{{accent-100}}'; }
21
22md-progress-linear.md-THEME_NAME-theme.md-accent .md-bar {
23 background-color: '{{accent-color}}'; }
24
25md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-primary .md-bar1 {
26 background-color: '{{primary-100}}'; }
27
28md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-primary .md-dashed:before {
29 background: radial-gradient("{{primary-100}}" 0%, "{{primary-100}}" 16%, transparent 42%); }
30
31md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-warn .md-bar1 {
32 background-color: '{{warn-100}}'; }
33
34md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-warn .md-dashed:before {
35 background: radial-gradient("{{warn-100}}" 0%, "{{warn-100}}" 16%, transparent 42%); }
36
37md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-accent .md-bar1 {
38 background-color: '{{accent-100}}'; }
39
40md-progress-linear.md-THEME_NAME-theme[md-mode=buffer].md-accent .md-dashed:before {
41 background: radial-gradient("{{accent-100}}" 0%, "{{accent-100}}" 16%, transparent 42%); }
Note: See TracBrowser for help on using the repository browser.