mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
wip
This commit is contained in:
29
packages/webapp/src/style/components/BigAmount.module.scss
Normal file
29
packages/webapp/src/style/components/BigAmount.module.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
|
||||
.root{
|
||||
--x-color-amount-text: #343463;
|
||||
--x-color-label-text: #5d6f90;
|
||||
|
||||
:global(.bp4-dark) & {
|
||||
--x-color-label-text: rgba(255, 255, 255, 0.7);
|
||||
--x-color-amount-text: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.label{
|
||||
color: var(--x-color-label-text);
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.number{
|
||||
margin: 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 500;
|
||||
margin-top: 6px;
|
||||
color: var(--x-color-amount-text);
|
||||
line-height: 1;
|
||||
font-size: 34px;
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
|
||||
.big-amount{
|
||||
--x-color-amount-text: #343463;
|
||||
--x-color-label-text: #5d6f90;
|
||||
|
||||
:global(.bp4-dark) & {
|
||||
--x-color-label-text: var(--color-light-gray1);
|
||||
--x-color-amount-text: var(--color-light-gray2);
|
||||
}
|
||||
text-align: right;
|
||||
|
||||
&__label{
|
||||
color: var(--x-color-label-text);
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
}
|
||||
&__number{
|
||||
margin: 0;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 500;
|
||||
margin-top: 6px;
|
||||
color: var(--x-color-amount-text);
|
||||
line-height: 1;
|
||||
font-size: 34px;
|
||||
}
|
||||
}
|
||||
@@ -100,7 +100,6 @@
|
||||
.bp4-control {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.resizer {
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
@@ -134,11 +133,8 @@
|
||||
width: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.bp4-control.bp4-checkbox
|
||||
input:not(:checked):not(:indeterminate)
|
||||
~ .bp4-control-indicator {
|
||||
// box-shadow: inset 0 0 0 1px #c5cbd3;
|
||||
.bp4-control.bp4-checkbox input:not(:checked):not(:indeterminate) ~ .bp4-control-indicator{
|
||||
box-shadow: inset 0 0 0 1px var(--color-datatable-checkbox-border);
|
||||
}
|
||||
|
||||
.skeleton {
|
||||
|
||||
Reference in New Issue
Block a user