yydfds
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-23 23:45:01 +02:00
parent 342e87d25e
commit 2c79a2192d
5 changed files with 10 additions and 7 deletions

View File

@@ -14,7 +14,7 @@
.bc-grid-bg {
position: relative;
padding: 0 0 16px;
padding: 0 0 8px;
}
.bc-grid-bg::before {
@@ -31,12 +31,10 @@
.bc-shell {
position: relative;
display: grid;
gap: 32px;
}
.bc-stack {
display: grid;
gap: 32px;
}
.bc-hero {
@@ -212,7 +210,7 @@
.bc-overview-grid,
.bc-card-grid {
display: grid;
gap: 22px;
gap: 14px;
}
.bc-toolbar {

View File

@@ -4,7 +4,7 @@
]) ?>
<div class="bc-app">
<div class="bc-grid-bg">
<div class="bc-shell bc-stack">
<div class="bc-shell bc-stack module-flow">
<?php if ($error): ?>
<div class="bc-alert bc-alert--error"><?= e($error) ?></div>

View File

@@ -3,7 +3,7 @@
]) ?>
<div class="bc-app">
<div class="bc-grid-bg">
<div class="bc-shell bc-stack" data-bc-home data-chart-endpoint="<?= e($chartEndpoint) ?>">
<div class="bc-shell bc-stack module-flow" data-bc-home data-chart-endpoint="<?= e($chartEndpoint) ?>">
<script type="application/json" data-bc-instruments-json><?= json_encode(array_map(static function (array $position): array {
return [
'instrument_id' => (int) ($position['instrument_id'] ?? 0),

View File

@@ -3,7 +3,7 @@
]) ?>
<div class="bc-app">
<div class="bc-grid-bg">
<div class="bc-shell bc-stack">
<div class="bc-shell bc-stack module-flow">
<?php if ($error): ?>
<div class="bc-alert bc-alert--error"><?= e($error) ?></div>