mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
288 lines
4.6 KiB
SCSS
288 lines
4.6 KiB
SCSS
@import './normalize.scss';
|
|
|
|
@import './Base.scss';
|
|
|
|
// Blueprint framework.
|
|
@import '@blueprintjs/core/src/blueprint.scss';
|
|
@import '@blueprintjs/datetime/src/blueprint-datetime.scss';
|
|
@import "@blueprintjs/popover2";
|
|
|
|
@import 'basscss';
|
|
|
|
// Objects
|
|
@import 'objects/form';
|
|
@import 'objects/typography';
|
|
@import 'objects/buttons';
|
|
@import 'objects/Bigcapital';
|
|
|
|
// Components
|
|
@import 'components/CustomScrollbar';
|
|
@import 'components/dragzone';
|
|
@import 'components/resizer';
|
|
@import 'components/CloudSpinner';
|
|
@import 'components/Alert';
|
|
@import 'components/Card';
|
|
@import 'components/Toast';
|
|
@import 'components/PageForm';
|
|
@import 'components/Tooltip';
|
|
@import 'components/Postbox';
|
|
@import 'components/Overlay';
|
|
@import 'components/Menu';
|
|
@import 'components/SidebarOverlay';
|
|
@import 'components/UniversalSearch';
|
|
|
|
// Pages
|
|
@import 'pages/view-form';
|
|
@import 'pages/register-organizaton';
|
|
|
|
// Views
|
|
@import 'views/filter-dropdown';
|
|
|
|
// fonts
|
|
@import 'pages/fonts';
|
|
|
|
.App {
|
|
min-width: 960px;
|
|
}
|
|
|
|
// =======
|
|
|
|
body.hide-scrollbar .Pane2 {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.bp3-fill {
|
|
|
|
.bp3-popover-wrapper,
|
|
.bp3-popover-target {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
|
|
.bp3-button {
|
|
width: 100%;
|
|
justify-content: start;
|
|
}
|
|
}
|
|
|
|
.bp3-datepicker-caption .bp3-html-select::after {
|
|
margin-right: 6px;
|
|
}
|
|
|
|
.bp3-select-popover .bp3-menu {
|
|
max-height: 300px;
|
|
max-width: 400px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.bp3-form-group .bp3-label {
|
|
.hint {
|
|
.bp3-popover-wrapper {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
&:not(.bp3-inline) .hint .bp3-popover-target {
|
|
display: inline;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.bp3-popover.bp3-tooltip {
|
|
max-width: 300px;
|
|
}
|
|
|
|
.bp3-timezone-picker {
|
|
.bp3-button {
|
|
[icon='caret-down'] {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bp3-progress-bar.bp3-intent-primary .bp3-progress-meter {
|
|
background-color: #0066ff;
|
|
}
|
|
|
|
|
|
.ReactVirtualized__Collection {}
|
|
|
|
.ReactVirtualized__Collection__innerScrollContainer {}
|
|
|
|
/* Grid default theme */
|
|
|
|
.ReactVirtualized__Grid {}
|
|
|
|
.ReactVirtualized__Grid__innerScrollContainer {}
|
|
|
|
/* Table default theme */
|
|
|
|
.ReactVirtualized__Table {}
|
|
|
|
.ReactVirtualized__Table__Grid {}
|
|
|
|
.ReactVirtualized__Table__headerRow {
|
|
font-weight: 700;
|
|
text-transform: uppercase;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.ReactVirtualized__Table__row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.ReactVirtualized__Table__headerTruncatedText {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ReactVirtualized__Table__headerColumn,
|
|
.ReactVirtualized__Table__rowColumn {
|
|
margin-right: 10px;
|
|
min-width: 0px;
|
|
}
|
|
|
|
.ReactVirtualized__Table__rowColumn {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.ReactVirtualized__Table__headerColumn:first-of-type,
|
|
.ReactVirtualized__Table__rowColumn:first-of-type {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.ReactVirtualized__Table__sortableHeaderColumn {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.ReactVirtualized__Table__sortableHeaderIconContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.ReactVirtualized__Table__sortableHeaderIcon {
|
|
flex: 0 0 24px;
|
|
height: 1em;
|
|
width: 1em;
|
|
fill: currentColor;
|
|
}
|
|
|
|
.ReactVirtualized__Grid,
|
|
.ReactVirtualized__List {
|
|
direction: inherit !important;
|
|
}
|
|
|
|
/* List default theme */
|
|
|
|
.ReactVirtualized__List {}
|
|
|
|
|
|
.bp3-drawer {
|
|
box-shadow: 0 0 0;
|
|
background-color: #fbfbfb;
|
|
|
|
.dashboard__loading-indicator{
|
|
margin: auto;
|
|
}
|
|
}
|
|
|
|
// RTL Icons.
|
|
html[dir="rtl"] {
|
|
.bp3-icon-caret-right {
|
|
transform: scaleX(-1);
|
|
}
|
|
}
|
|
|
|
html[lang^="ar"] {
|
|
body {
|
|
letter-spacing: -0.01rem;
|
|
}
|
|
}
|
|
|
|
.bp3-popover2 {
|
|
box-shadow: 0 0 0;
|
|
}
|
|
|
|
.bp3-tooltip2 .bp3-popover2-arrow:before {
|
|
box-shadow: 0 0 0;
|
|
}
|
|
|
|
.dialog--pdf-preview-dialog {
|
|
width: 1000px;
|
|
max-height: 800px;
|
|
margin: 10px 0;
|
|
overflow: hidden;
|
|
align-self: flex-start;
|
|
padding-bottom: 0;
|
|
position: relative;
|
|
|
|
.dialog__header-actions{
|
|
position: absolute;
|
|
right: 50px;
|
|
top: 0;
|
|
z-index: 9999999;
|
|
margin: 6px;
|
|
|
|
.bp3-button{
|
|
border-color: rgba(0, 0, 0, 0.25);
|
|
color: rgb(25, 32, 37);
|
|
min-height: 30px;
|
|
padding-left: 14px;
|
|
padding-right: 14px;
|
|
|
|
& + .bp3-button{
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bp3-dialog {
|
|
|
|
&-body {
|
|
|
|
&:not(.loading){
|
|
margin: 0;
|
|
}
|
|
> .bp3-spinner {
|
|
margin: 20px 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.bp3-drawer{
|
|
border-left: 1px solid #00115e;
|
|
}
|
|
|
|
.drawer-portal{
|
|
|
|
.bp3-overlay-backdrop{
|
|
background: rgba(0, 10, 30, 0.05);
|
|
}
|
|
}
|
|
|
|
|
|
.big-number {
|
|
font-size: 28px;
|
|
color: #c06361;
|
|
margin: 6px 0;
|
|
font-weight: 600;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
.align-right{
|
|
text-align: right;
|
|
}
|
|
|
|
.font-bold{
|
|
font-weight: 600;
|
|
} |