apexcharter/inst/htmlwidgets/apexcharter.css

12 lines
194 B
CSS
Raw Normal View History

2020-06-09 17:02:07 +02:00
/* Spark box styles */
.apexcharter-spark-box {
border-radius: 0.5rem;
margin-bottom: 10px;
box-shadow: 0 1px 28px -12px #3B4252;
}
2020-12-30 16:16:53 +01:00
.apexcharter-grid-container > div {
2020-12-03 10:15:00 +01:00
min-width: 0;
}