apexcharter/inst/htmlwidgets/apexcharter.css

40 lines
689 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;
}
2021-01-04 17:10:29 +01:00
.apexcharter-facet-col-label {
2021-01-08 10:12:23 +01:00
background:#E6E6E6;
2021-01-04 17:10:29 +01:00
text-align: center;
2021-01-08 10:12:23 +01:00
font-weight: bold;
2021-01-04 17:10:29 +01:00
line-height: 30px;
}
.apexcharter-facet-row-label {
2021-01-08 10:12:23 +01:00
background:#E6E6E6;
text-align: center;
2021-01-04 17:10:29 +01:00
font-weight: bold;
2021-01-08 10:12:23 +01:00
writing-mode: vertical-rl;
text-orientation: mixed;
2021-01-04 17:10:29 +01:00
line-height: 30px;
}
2021-01-08 10:12:23 +01:00
.apexcharter-facet-subtitle {
font-family: Helvetica, Arial, sans-serif;
2021-01-08 11:33:13 +01:00
margin-bottom: 5px;
2021-01-08 10:12:23 +01:00
}
.apexcharter-facet-title {
font-family: Helvetica, Arial, sans-serif;
2021-01-08 11:33:13 +01:00
margin-bottom: 5px;
2021-01-08 10:12:23 +01:00
}