mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
re-structure to monorepo.
This commit is contained in:
19
packages/webapp/src/style/components/Dialog/Dialog.scss
Normal file
19
packages/webapp/src/style/components/Dialog/Dialog.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
@import '../../Base.scss';
|
||||
|
||||
// Dialog
|
||||
.#{$ns}-dialog{
|
||||
background: #fff;
|
||||
|
||||
&-header{
|
||||
background: #ebf1f5;
|
||||
}
|
||||
|
||||
&-body{
|
||||
&.is-loading{
|
||||
.bp3-spinner{
|
||||
padding-top: 10px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user