Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 436da73

Browse files
authored
Merge pull request #3315 from Daniil-Deriv/bot_style_issues
daniil/chart styles
2 parents 13d0edf + 0c24a53 commit 436da73

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

static/css/_panel.scss

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,28 @@ $disabled-color: #F2F2F2;
316316
margin-bottom: 10px;
317317
}
318318

319-
#chart-dialog-component,
319+
#chart-dialog-component {
320+
width: 100% !important;
321+
}
322+
323+
.sc-search-input .searchInputClassName {
324+
font-size: 1rem;
325+
height: 1.85rem !important;
326+
margin-top: 0.25rem;
327+
font-family: "IBM Plex Sans",sans-serif;
328+
}
329+
330+
.form--sc-views__input .sc-input {
331+
font-size: 1rem;
332+
font-weight: 400;
333+
}
334+
335+
.sc-btn.sc-btn--sm {
336+
font-size: 0.8rem;
337+
font-weight: 700;
338+
font-style: normal;
339+
}
340+
320341
#trading-view-dialog-component {
321342
width: 100% !important;
322343
}

0 commit comments

Comments
 (0)