fix: loading spinner style in dialog/alert component.

feat: add sell and purchase description fields.
This commit is contained in:
a.bouhuolia
2021-02-08 14:44:17 +02:00
parent 9422fb2b86
commit 01aaa9de25
6 changed files with 72 additions and 15 deletions

View File

@@ -8,8 +8,12 @@
background: #ebf1f5;
}
.bp3-spinner{
padding-top: 10px;
margin-bottom: -10px;
&-body{
&.is-loading{
.bp3-spinner{
padding-top: 10px;
margin-bottom: -10px;
}
}
}
}