2017-02-02 01:07:41 +01:00
|
|
|
body {
|
2017-08-29 01:12:55 +02:00
|
|
|
font-family: 'Source Sans Pro', 'Helvetica Neue', 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
|
|
|
}
|
|
|
|
|
2020-03-04 13:39:25 +01:00
|
|
|
hr {
|
|
|
|
border-width: 2px;
|
|
|
|
}
|
|
|
|
|
2017-01-11 21:44:59 +01:00
|
|
|
p {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
margin: 30px auto;
|
|
|
|
width: 790px; /* chart = 750px + 20px padding */
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.chart-container {
|
2017-01-11 21:44:59 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2017-06-30 21:37:59 +02:00
|
|
|
margin: 10px 0px;
|
|
|
|
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 {
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.pie-chart) .number-stat {
|
|
|
|
position: relative;
|
|
|
|
top: -30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.pie-chart hr {
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-container {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> * {
|
|
|
|
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
|
|
|
.alert {
|
|
|
|
display: none;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.button {
|
2017-08-29 01:12:55 +02:00
|
|
|
font-family: 'Source Sans Pro', 'Helvetica Neue', 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 {
|
|
|
|
margin: 0px 0px 30px 0px;
|
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,
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#id_messages_sent_over_time {
|
|
|
|
height: 400px;
|
|
|
|
width: 750px;
|
|
|
|
position: relative;
|
|
|
|
|
2020-03-04 13:56:10 +01:00
|
|
|
&[last_value_is_partial='true'] .points path:last-of-type {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2020-03-04 13:39:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#id_number_of_users {
|
|
|
|
height: 370px;
|
|
|
|
width: 750px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#users_hover_info,
|
|
|
|
#hoverinfo {
|
|
|
|
display: none;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: 400;
|
|
|
|
position: relative;
|
|
|
|
height: 0px;
|
|
|
|
top: -35px;
|
|
|
|
left: 40px;
|
2017-12-03 12:21:05 +01:00
|
|
|
}
|
|
|
|
|
2018-07-27 00:58:50 +02:00
|
|
|
.spinner::before {
|
2017-12-03 12:21:05 +01:00
|
|
|
content: '';
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
@media (min-width: 1680px) {
|
|
|
|
.center-charts {
|
|
|
|
width: calc(816px * 2); /* 790px + 4px for borders + 2px for il-block + 20px margins */
|
|
|
|
}
|
2017-11-13 17:26:11 +01:00
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
.center-charts .left,
|
|
|
|
.center-charts .right {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 0px 10px;
|
2017-03-07 05:50:26 +01:00
|
|
|
|
2017-06-30 21:37:59 +02:00
|
|
|
width: 790px;
|
2017-01-11 21:44:59 +01:00
|
|
|
}
|
|
|
|
}
|