[dashboard] Update font style for markdown component (#5722)

This commit is contained in:
Grace Guo 2018-08-29 12:01:41 -07:00 committed by Chris Williams
parent d5d592788c
commit 772ae77ab0
2 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,17 @@
.dashboard-markdown {
overflow: hidden;
h4, h5 {
font-weight: 300;
}
h5 {
color: @gray-heading;
}
h6 {
font-weight: 400;
font-size: 12px;
}
.dashboard-component-chart-holder {
overflow-y: auto;
overflow-x: hidden;

View File

@ -5,6 +5,7 @@
@gray: #879399;
@gray-light: #CFD8DC;
@gray-bg: #f5f5f5;
@gray-heading: #A3A3A3;
@menu-hover: #F2F3F5;
/* builder component pane */