mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
20 lines
243 B
SCSS
20 lines
243 B
SCSS
@import '../../Base.scss';
|
|
|
|
// Dialog
|
|
.#{$ns}-dialog{
|
|
background: #fff;
|
|
|
|
&-header{
|
|
background: #ebf1f5;
|
|
}
|
|
|
|
&-body{
|
|
&.is-loading{
|
|
.bp3-spinner{
|
|
padding-top: 10px;
|
|
margin-bottom: -10px;
|
|
}
|
|
}
|
|
}
|
|
}
|