theme.scss 267 B

1234567891011121314151617
  1. .dialog-close:hover {
  2. background-color: #fb6155;
  3. }
  4. md-checkbox.md-checked .md-icon {
  5. background-color: rgb(63, 81, 181);
  6. }
  7. .header {
  8. background: #0795f4;
  9. border-bottom: 1px solid #2485ce;
  10. }
  11. .dialog-head {
  12. background: #3083eb;
  13. color: #fff;
  14. }