apexcharter/srcjs/css/apexcharter.css

74 lines
1.4 KiB
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
}
2021-01-08 14:17:17 +01:00
.apexcharter-facet-yaxis-title {
font-family: Helvetica, Arial, sans-serif;
text-align: center;
writing-mode: vertical-rl;
text-orientation: mixed;
line-height: 30px;
height: 100%;
}
.apexcharter-facet-xaxis-title {
font-family: Helvetica, Arial, sans-serif;
text-align: center;
line-height: 30px;
width: 100%;
}
.apexcharter-facet-rotate180 {
transform: rotate(180deg);
/* Legacy vendor prefixes that you probably don't need... */
/* Safari */
-webkit-transform: rotate(180deg);
/* Firefox */
-moz-transform: rotate(180deg);
/* IE */
-ms-transform: rotate(180deg);
/* Opera */
-o-transform: rotate(180deg);
/* Internet Explorer */
/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}