Files
superset2/superset/assets/visualizations/markup.css
2017-04-20 12:39:24 -07:00

15 lines
337 B
CSS

.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;
}