2017-09-26 18:13:00 +02:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
|
|
|
|
}
|
|
|
|
|
2017-09-30 13:48:40 +02:00
|
|
|
body {
|
|
|
|
font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
|
|
|
|
}
|
|
|
|
|
2017-09-26 18:13:00 +02:00
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
cursor: inherit;
|
|
|
|
text-decoration: inherit;
|
|
|
|
}
|
|
|
|
|
2017-09-27 16:24:39 +02:00
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
2017-09-26 18:13:00 +02:00
|
|
|
}
|
2017-09-27 18:42:11 +02:00
|
|
|
|
|
|
|
video {
|
2017-09-30 13:48:40 +02:00
|
|
|
width: 125px;
|
2017-09-28 19:13:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
font-weight: bold !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.session-form label {
|
|
|
|
font-size: 12px;
|
2017-09-29 13:54:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.subscribe-remote-check .mat-checkbox-label {
|
|
|
|
line-height: 15px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.video-container video {
|
2017-09-30 13:48:40 +02:00
|
|
|
float: left;
|
2017-09-29 13:54:22 +02:00
|
|
|
}
|
|
|
|
|
2017-09-30 13:48:40 +02:00
|
|
|
.video-container div.data-node {
|
2017-09-29 13:54:22 +02:00
|
|
|
float: left;
|
|
|
|
position: relative;
|
2017-09-30 13:48:40 +02:00
|
|
|
margin-left: -125px;
|
|
|
|
margin-top: -14px;
|
2017-09-29 13:54:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.video-container p {
|
|
|
|
background: #ffffff;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
color: #4d4d4d;
|
|
|
|
font-weight: 100;
|
|
|
|
font-size: 14px;
|
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
}
|