2016-07-08 14:50:09 +02:00
|
|
|
.recordingSpinner {
|
2016-10-19 19:36:10 +03:00
|
|
|
vertical-align: top;
|
2017-08-25 09:45:30 -07:00
|
|
|
}
|
2018-03-21 11:26:52 -07:00
|
|
|
|
2018-08-09 18:00:03 -05:00
|
|
|
.recording-dialog {
|
2018-09-24 19:08:55 -05:00
|
|
|
flex: 0;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
.recording-header {
|
2022-03-08 18:08:36 +02:00
|
|
|
align-items: center;
|
2018-09-24 19:08:55 -05:00
|
|
|
display: flex;
|
|
|
|
|
flex: 0;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
.recording-title {
|
2019-03-11 16:17:21 +00:00
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
2022-03-08 18:08:36 +02:00
|
|
|
font-size: 14px;
|
2019-03-11 16:17:21 +00:00
|
|
|
margin-left: 16px;
|
2018-09-24 19:08:55 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-04-24 15:31:21 +01:00
|
|
|
.recording-header-line {
|
|
|
|
|
border-top: 1px solid #5e6d7a;
|
2022-06-03 12:45:27 +01:00
|
|
|
padding-top: 16px;
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.local-recording-warning {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
display: block;
|
2019-04-24 15:31:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recording-switch-disabled {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-11 16:17:21 +00:00
|
|
|
.recording-icon-container {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
2022-03-08 18:08:36 +02:00
|
|
|
.file-sharing-icon-container {
|
|
|
|
|
background-color: #525252;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 56px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cloud-content-recording-icon-container {
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
width: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jitsi-recording-header {
|
|
|
|
|
margin-bottom: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jitsi-content-recording-icon-container-with-switch {
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
width: 56px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.jitsi-content-recording-icon-container-without-switch {
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
width: 46px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-03-11 16:17:21 +00:00
|
|
|
.recording-icon {
|
2022-03-08 18:08:36 +02:00
|
|
|
height: 40px;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
width: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-recording-icon {
|
|
|
|
|
height: 18px;
|
|
|
|
|
margin: 10px 0 0 10px;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
width: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recording-file-sharing-icon {
|
|
|
|
|
height: 18px;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
width: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recording-info{
|
|
|
|
|
background-color: #FFD740;
|
|
|
|
|
color: black;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
margin: 32px 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recording-info-icon {
|
|
|
|
|
align-self: center;
|
|
|
|
|
height: 14px;
|
|
|
|
|
margin: 0 24px 0 16px;
|
2019-03-11 16:17:21 +00:00
|
|
|
object-fit: contain;
|
2022-03-08 18:08:36 +02:00
|
|
|
width: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recording-info-title {
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
width: 290px
|
2019-03-11 16:17:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.recording-switch {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2018-08-09 18:00:03 -05:00
|
|
|
.authorization-panel {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2019-03-11 16:17:21 +00:00
|
|
|
margin: 0 40px 10px 40px;
|
2018-08-09 18:00:03 -05:00
|
|
|
padding-bottom: 10px;
|
|
|
|
|
|
2018-09-24 19:08:55 -05:00
|
|
|
.logged-in-panel {
|
2018-08-09 18:00:03 -05:00
|
|
|
padding: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-21 11:26:52 -07:00
|
|
|
.live-stream-dialog {
|
|
|
|
|
/**
|
|
|
|
|
* Set font-size to be consistent with Atlaskit FieldText.
|
|
|
|
|
*/
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
.broadcast-dropdown,
|
|
|
|
|
.broadcast-dropdown-trigger {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-footer {
|
2018-12-17 14:25:41 -08:00
|
|
|
display: flex;
|
|
|
|
|
margin-top: 5px;
|
2018-03-21 11:26:52 -07:00
|
|
|
text-align: right;
|
2020-04-10 17:50:39 -05:00
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
|
.help-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
2018-03-21 11:26:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.live-stream-cta {
|
|
|
|
|
a {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.google-api {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
min-height: 36px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-13 08:19:09 -07:00
|
|
|
.google-error {
|
|
|
|
|
color: $errorColor;
|
|
|
|
|
}
|
|
|
|
|
|
2018-03-21 11:26:52 -07:00
|
|
|
.google-panel {
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.3);
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-17 20:21:18 -08:00
|
|
|
.helper-link {
|
|
|
|
|
cursor: pointer;
|
2021-06-10 14:48:44 +02:00
|
|
|
font-weight: bold;
|
2018-12-17 20:21:18 -08:00
|
|
|
display: inline-block;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
}
|
2018-12-17 14:25:41 -08:00
|
|
|
|
2018-12-17 20:21:18 -08:00
|
|
|
.warning-text {
|
|
|
|
|
color:#FFD740;
|
|
|
|
|
font-size: 12px;
|
2018-03-21 11:26:52 -07:00
|
|
|
}
|
|
|
|
|
}
|