Style SourceIndicator in LayoutCellHeader

Signed-off-by: Alex Paxton <thealexpaxton@gmail.com>
pull/10616/head
Jared Scheib 2017-10-03 12:32:40 -07:00 committed by Alex Paxton
parent 948fc75049
commit 33a3eea9ed
1 changed files with 10 additions and 1 deletions

View File

@ -184,7 +184,8 @@ $dash-graph-options-arrow: 8px;
right: 0;
display: flex;
> .custom-indicator {
> .custom-indicator,
> .source-indicator {
font-size: 10px;
line-height: 24px;
padding: 0 7px;
@ -195,6 +196,14 @@ $dash-graph-options-arrow: 8px;
margin-right: 2px;
border-radius: 3px;
}
> .source-indicator {
height: 24px;
> .icon {
font-size: 12px;
margin: 0;
}
}
}
.dash-graph-context {
z-index: 2;