progressCircular-default-theme.css 2.03 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.0.6
 */
md-progress-circular.md-THEME_NAME-theme {
  background-color: transparent; }
  md-progress-circular.md-THEME_NAME-theme .md-inner .md-gap {
    border-top-color: '{{primary-color}}';
    border-bottom-color: '{{primary-color}}'; }
  md-progress-circular.md-THEME_NAME-theme .md-inner .md-left .md-half-circle, md-progress-circular.md-THEME_NAME-theme .md-inner .md-right .md-half-circle {
    border-top-color: '{{primary-color}}'; }
  md-progress-circular.md-THEME_NAME-theme .md-inner .md-right .md-half-circle {
    border-right-color: '{{primary-color}}'; }
  md-progress-circular.md-THEME_NAME-theme .md-inner .md-left .md-half-circle {
    border-left-color: '{{primary-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-warn .md-inner .md-gap {
    border-top-color: '{{warn-color}}';
    border-bottom-color: '{{warn-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-warn .md-inner .md-left .md-half-circle, md-progress-circular.md-THEME_NAME-theme.md-warn .md-inner .md-right .md-half-circle {
    border-top-color: '{{warn-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-warn .md-inner .md-right .md-half-circle {
    border-right-color: '{{warn-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-warn .md-inner .md-left .md-half-circle {
    border-left-color: '{{warn-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-accent .md-inner .md-gap {
    border-top-color: '{{accent-color}}';
    border-bottom-color: '{{accent-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-accent .md-inner .md-left .md-half-circle, md-progress-circular.md-THEME_NAME-theme.md-accent .md-inner .md-right .md-half-circle {
    border-top-color: '{{accent-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-accent .md-inner .md-right .md-half-circle {
    border-right-color: '{{accent-color}}'; }
  md-progress-circular.md-THEME_NAME-theme.md-accent .md-inner .md-left .md-half-circle {
    border-left-color: '{{accent-color}}'; }