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