mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
10 lines
91 B
SCSS
10 lines
91 B
SCSS
|
|
// Dialog
|
|
.#{$ns}-dialog{
|
|
background: #fff;
|
|
|
|
&-header{
|
|
background: #ebf1f5;
|
|
}
|
|
}
|