mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP/customers
This commit is contained in:
@@ -12,8 +12,8 @@ $menu-item-color-active: $light-gray3;
|
||||
$breadcrumbs-collapsed-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#6B8193' enable-background='new 0 0 16 16' xml:space='preserve'><g><circle cx='2' cy='8.03' r='2'/><circle cx='14' cy='8.03' r='2'/><circle cx='8' cy='8.03' r='2'/></g></svg>");
|
||||
|
||||
$sidebar-zindex: 15;
|
||||
$pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Icons16, sans-serif;
|
||||
|
||||
$pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
||||
Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Icons16, sans-serif;
|
||||
|
||||
// Blueprint framework.
|
||||
@import '@blueprintjs/core/src/blueprint.scss';
|
||||
@@ -48,16 +48,16 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
||||
@import 'pages/items';
|
||||
@import 'pages/items-categories';
|
||||
@import 'pages/invite-form.scss';
|
||||
@import "pages/currency";
|
||||
@import "pages/invite-user.scss";
|
||||
@import 'pages/currency';
|
||||
@import 'pages/invite-user.scss';
|
||||
@import 'pages/exchange-rate.scss';
|
||||
|
||||
@import 'pages/customer.scss';
|
||||
|
||||
// Views
|
||||
@import 'views/filter-dropdown';
|
||||
@import 'views/sidebar';
|
||||
|
||||
|
||||
.App{
|
||||
.App {
|
||||
min-width: 960px;
|
||||
}
|
||||
|
||||
@@ -75,12 +75,11 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
||||
}
|
||||
}
|
||||
|
||||
.bigcapital--alt{
|
||||
|
||||
svg{
|
||||
.bigcapital--alt {
|
||||
svg {
|
||||
path,
|
||||
.path-13,
|
||||
.path-1{
|
||||
.path-1 {
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
@@ -90,6 +89,6 @@ body.authentication {
|
||||
background-color: #fcfdff;
|
||||
}
|
||||
|
||||
.bp3-toast{
|
||||
.bp3-toast {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
24
client/src/style/pages/customer.scss
Normal file
24
client/src/style/pages/customer.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.customer-form {
|
||||
padding: 22px;
|
||||
width: 100%;
|
||||
|
||||
// padding-bottom: 90px;
|
||||
|
||||
.bp3-form-group {
|
||||
// margin: 25px 20px 20px;
|
||||
|
||||
.bp3-label {
|
||||
min-width: 100px;
|
||||
}
|
||||
.bp3-form-content {
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
|
||||
&__primary-section {
|
||||
background-color: #fafafa;
|
||||
padding: 40px 22px 22px;
|
||||
margin: -22px -22px 22px;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user