dialog-default-theme.css 379 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.0.6
 */
md-dialog.md-THEME_NAME-theme {
  border-radius: 4px;
  background-color: '{{background-color}}'; }
  md-dialog.md-THEME_NAME-theme.md-content-overflow .md-actions, md-dialog.md-THEME_NAME-theme.md-content-overflow md-dialog-actions {
    border-top-color: '{{foreground-4}}'; }