mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: number formats.
This commit is contained in:
@@ -80,6 +80,7 @@ $button-background-color-hover: #CFDCEE !default;
|
||||
@import 'pages/receipt-form';
|
||||
@import 'pages/payment-made';
|
||||
@import 'pages/payment-receive';
|
||||
@import 'pages/number-format.scss';
|
||||
|
||||
// Views
|
||||
@import 'views/filter-dropdown';
|
||||
|
||||
24
client/src/style/pages/number-format.scss
Normal file
24
client/src/style/pages/number-format.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.number-format {
|
||||
width: 400px;
|
||||
padding: 12px;
|
||||
// width: 300px;
|
||||
// padding: 10px;
|
||||
&__content {
|
||||
.bp3-form-group {
|
||||
margin-bottom: 5px;
|
||||
// margin-bottom: 0px;
|
||||
.bp3-form-content {
|
||||
.bp3-label {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.bp3-control {
|
||||
margin: 5px 0px 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user