2017-02-02 01:07:41 +01:00
|
|
|
body {
|
2021-04-03 03:37:00 +02:00
|
|
|
font-family: "Source Sans 3", sans-serif !important;
|
2018-10-06 18:49:20 +02:00
|
|
|
background-color: hsl(0, 0%, 98%);
|
2017-02-02 01:07:41 +01:00
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
p {
|
2020-08-06 02:42:07 +02:00
|
|
|
margin-bottom: 0;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2020-03-04 13:39:25 +01:00
|
|
|
.app-main {
|
|
|
|
padding: 0;
|
|
|
|
width: auto;
|
|
|
|
max-width: none;
|
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.svg-container {
|
|
|
|
margin: 20px;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.center-charts {
|
2022-09-27 18:36:56 +02:00
|
|
|
margin: 30px;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2022-09-27 18:36:56 +02:00
|
|
|
.stats-page .alert,
|
|
|
|
.analytics-page-header {
|
2020-03-31 12:17:25 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-09-27 18:44:07 +02:00
|
|
|
.summary-stats {
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 20px;
|
|
|
|
border: 2px solid hsl(0, 0%, 93%);
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
|
|
|
width: 395px;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin-top: 0;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-09-27 18:36:56 +02:00
|
|
|
.flex-container {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: wrap;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.chart-container {
|
2017-01-11 21:44:59 +01:00
|
|
|
vertical-align: top;
|
2020-08-06 02:42:07 +02:00
|
|
|
margin: 10px 0;
|
2017-06-30 21:37:59 +02:00
|
|
|
padding: 20px;
|
2018-09-27 21:57:07 +02:00
|
|
|
border: 2px solid hsl(0, 0%, 93%);
|
|
|
|
background-color: hsl(0, 0%, 100%);
|
2020-03-04 13:07:30 +01:00
|
|
|
|
2020-03-04 13:47:39 +01:00
|
|
|
button {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2020-08-06 02:42:07 +02:00
|
|
|
margin-top: 0;
|
2020-03-04 13:47:39 +01:00
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.pie-chart) .number-stat {
|
|
|
|
position: relative;
|
|
|
|
top: -30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-container {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
> * {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
2020-03-04 13:07:30 +01:00
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.analytics-page-header {
|
|
|
|
margin-left: 10px;
|
2017-02-06 09:32:07 +01:00
|
|
|
}
|
|
|
|
|
2018-04-01 01:47:25 +02:00
|
|
|
.rangeslider-container {
|
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.rangeselector text {
|
2017-01-11 21:44:59 +01:00
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
2020-03-04 13:50:36 +01:00
|
|
|
.pie-chart {
|
|
|
|
.number-stat {
|
|
|
|
float: left;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2017-01-11 21:44:59 +01:00
|
|
|
|
2020-03-04 13:50:36 +01:00
|
|
|
.buttons {
|
|
|
|
float: right;
|
2017-01-11 21:44:59 +01:00
|
|
|
|
2020-03-04 13:50:36 +01:00
|
|
|
button {
|
|
|
|
padding: 2px 6px;
|
|
|
|
}
|
|
|
|
}
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2020-03-04 13:13:38 +01:00
|
|
|
.buttons button {
|
|
|
|
background-color: hsl(0, 0%, 94%);
|
|
|
|
|
2020-03-04 13:52:11 +01:00
|
|
|
&.selected {
|
|
|
|
background-color: hsl(0, 0%, 85%);
|
|
|
|
}
|
2020-03-04 13:13:38 +01:00
|
|
|
}
|
|
|
|
|
2018-05-19 22:43:02 +02:00
|
|
|
.button-active-users {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.button {
|
2021-04-03 03:37:00 +02:00
|
|
|
font-family: "Source Sans 3", sans-serif !important;
|
2017-06-30 21:37:59 +02:00
|
|
|
border: none;
|
|
|
|
border-radius: 4px;
|
|
|
|
outline: none;
|
2017-01-11 21:44:59 +01:00
|
|
|
|
2020-03-04 13:54:02 +01:00
|
|
|
&:hover {
|
|
|
|
background-color: hsl(0, 0%, 84%) !important;
|
|
|
|
}
|
2017-01-11 21:44:59 +01:00
|
|
|
|
2020-03-04 13:54:02 +01:00
|
|
|
&[data-user="everyone"] {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-07-25 21:28:19 +02:00
|
|
|
.docs_link a {
|
|
|
|
font-weight: 300;
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.tooltip-inner {
|
|
|
|
padding: 10px;
|
|
|
|
max-width: 350px;
|
2017-03-05 11:44:35 +01:00
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
font-size: 0.75rem;
|
2017-08-24 23:35:34 +02:00
|
|
|
font-weight: 400;
|
2017-06-30 21:37:59 +02:00
|
|
|
text-align: left;
|
|
|
|
line-height: 1.4;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.last-update {
|
2021-11-05 03:33:16 +01:00
|
|
|
margin: 0 0 30px;
|
2017-01-11 21:44:59 +01:00
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: 400;
|
2017-01-11 21:44:59 +01:00
|
|
|
text-align: center;
|
2018-09-27 21:57:07 +02:00
|
|
|
color: hsl(0, 0%, 67%);
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2020-03-04 13:39:25 +01:00
|
|
|
#users_hover_humans,
|
2020-06-11 12:57:43 +02:00
|
|
|
#read_hover_everyone,
|
2020-03-04 13:39:25 +01:00
|
|
|
#hover_human {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#id_messages_sent_by_client {
|
|
|
|
min-height: 100px;
|
|
|
|
width: 750px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#id_messages_sent_by_message_type {
|
|
|
|
height: 300px;
|
|
|
|
width: 750px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2020-06-11 12:57:43 +02:00
|
|
|
#id_messages_sent_over_time,
|
|
|
|
#id_messages_read_over_time {
|
2020-03-04 13:39:25 +01:00
|
|
|
height: 400px;
|
|
|
|
width: 750px;
|
|
|
|
position: relative;
|
|
|
|
|
2020-08-04 23:58:56 +02:00
|
|
|
&[last_value_is_partial="true"] .points path:last-of-type {
|
2020-03-04 13:56:10 +01:00
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2020-03-04 13:39:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#id_number_of_users {
|
|
|
|
height: 370px;
|
|
|
|
width: 750px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2020-03-31 12:16:00 +02:00
|
|
|
#id_stats_errors {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2020-03-04 13:39:25 +01:00
|
|
|
#users_hover_info,
|
2020-06-11 12:57:43 +02:00
|
|
|
#read_hover_info,
|
2020-03-04 13:39:25 +01:00
|
|
|
#hoverinfo {
|
|
|
|
display: none;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: 400;
|
|
|
|
position: relative;
|
2020-08-06 02:42:07 +02:00
|
|
|
height: 0;
|
2020-03-04 13:39:25 +01:00
|
|
|
top: -35px;
|
|
|
|
left: 40px;
|
2017-12-03 12:21:05 +01:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.spinner::before {
|
2020-08-04 23:58:56 +02:00
|
|
|
content: "";
|
2017-12-03 12:21:05 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
margin-top: -15px;
|
|
|
|
margin-left: -15px;
|
|
|
|
border-radius: 50%;
|
2018-09-27 21:57:07 +02:00
|
|
|
border: 1px solid hsl(0, 0%, 80%);
|
|
|
|
border-top-color: hsl(155, 93%, 42%);
|
2017-12-03 12:21:05 +01:00
|
|
|
animation: spinner 1s linear infinite;
|
|
|
|
}
|
|
|
|
|
2020-03-04 13:39:25 +01:00
|
|
|
@keyframes spinner {
|
|
|
|
to {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
2017-02-02 01:07:41 +01:00
|
|
|
}
|