mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-02-11 08:48:11 +01:00
11 lines
314 B
CSS
11 lines
314 B
CSS
/*!
|
|
* Angular Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v0.7.0-rc3
|
|
*/
|
|
md-dialog.md-THEME_NAME-theme {
|
|
border-radius: 4px;
|
|
background-color: '{{background-hue-3}}'; }
|
|
md-dialog.md-THEME_NAME-theme.md-content-overflow .md-actions {
|
|
border-top-color: '{{foreground-4}}'; }
|