Files
bigcapital/client/src/style/components/dialog.scss
2020-03-25 21:27:52 +02:00

10 lines
91 B
SCSS

// Dialog
.#{$ns}-dialog{
background: #fff;
&-header{
background: #ebf1f5;
}
}