yydfds
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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),
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1073,6 +1073,11 @@ a {
|
||||
}
|
||||
|
||||
.module-box-grid {
|
||||
display: grid;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.module-flow {
|
||||
display: grid;
|
||||
gap: 32px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user