This commit is contained in:
Ahmed Bouhuolia
2025-09-07 13:56:11 +02:00
parent 9a89d90f6e
commit 3537de765d
6 changed files with 48 additions and 46 deletions

View 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;
}

View File

@@ -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;
}
}

View File

@@ -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 {