checkbox-default-theme.css 3 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.0.6
 */
md-checkbox.md-THEME_NAME-theme .md-ripple {
  color: '{{accent-600}}'; }

md-checkbox.md-THEME_NAME-theme.md-checked .md-ripple {
  color: '{{background-600}}'; }

md-checkbox.md-THEME_NAME-theme.md-checked.md-focused .md-container:before {
  background-color: '{{accent-color-0.26}}'; }

md-checkbox.md-THEME_NAME-theme .md-ink-ripple {
  color: '{{foreground-2}}'; }

md-checkbox.md-THEME_NAME-theme.md-checked .md-ink-ripple {
  color: '{{accent-color-0.87}}'; }

md-checkbox.md-THEME_NAME-theme .md-icon {
  border-color: '{{foreground-2}}'; }

md-checkbox.md-THEME_NAME-theme.md-checked .md-icon {
  background-color: '{{accent-color-0.87}}'; }

md-checkbox.md-THEME_NAME-theme.md-checked .md-icon:after {
  border-color: '{{accent-contrast-0.87}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ripple {
  color: '{{primary-600}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ripple {
  color: '{{background-600}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-ink-ripple {
  color: '{{foreground-2}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: '{{primary-color-0.87}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary .md-icon {
  border-color: '{{foreground-2}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon {
  background-color: '{{primary-color-0.87}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: '{{primary-color-0.26}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: '{{primary-contrast-0.87}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ripple {
  color: '{{warn-600}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-ink-ripple {
  color: '{{foreground-2}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: '{{warn-color-0.87}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn .md-icon {
  border-color: '{{foreground-2}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon {
  background-color: '{{warn-color-0.87}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: '{{warn-color-0.26}}'; }

md-checkbox.md-THEME_NAME-theme:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: '{{background-200}}'; }

md-checkbox.md-THEME_NAME-theme[disabled] .md-icon {
  border-color: '{{foreground-3}}'; }

md-checkbox.md-THEME_NAME-theme[disabled].md-checked .md-icon {
  background-color: '{{foreground-3}}'; }

md-checkbox.md-THEME_NAME-theme[disabled].md-checked .md-icon:after {
  border-color: '{{background-200}}'; }

md-checkbox.md-THEME_NAME-theme[disabled] .md-label {
  color: '{{foreground-3}}'; }