mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: loading spinner style in dialog/alert component.
feat: add sell and purchase description fields.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,6 +46,14 @@
|
||||
.form-group--purchasable {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.form-group--purchase-description,
|
||||
.form-group--sell-description{
|
||||
|
||||
textarea{
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#{$self}__section {
|
||||
|
||||
Reference in New Issue
Block a user