Fixing the rendering of the separator widget (#936)

This commit is contained in:
Maxime Beauchemin 2016-08-16 09:47:47 -07:00 committed by GitHub
parent 5646aa03d2
commit c474581138
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
.markup .slice_container {
padding: 10px;
}
.separator {
background-color: transparent !important;
}
.separator hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.separator .chart-header {
border: none !important;
}