2016-07-08 12:50:09 +00:00
|
|
|
.recordingSpinner {
|
2016-10-19 16:36:10 +00:00
|
|
|
vertical-align: top;
|
2017-08-25 16:45:30 +00:00
|
|
|
}
|
2018-03-21 18:26:52 +00:00
|
|
|
|
2018-08-09 23:00:03 +00:00
|
|
|
.recording-dialog {
|
2018-09-25 00:08:55 +00:00
|
|
|
flex: 0;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.recording-header {
|
2022-03-08 16:08:36 +00:00
|
|
|
align-items: center;
|
2018-09-25 00:08:55 +00: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 16:08:36 +00:00
|
|
|
font-size: 14px;
|
2019-03-11 16:17:21 +00:00
|
|
|
margin-left: 16px;
|
2023-01-25 08:45:40 +00:00
|
|
|
max-width: 70%;
|
2018-09-25 00:08:55 +00:00
|
|
|
}
|
2022-06-24 12:07:40 +00:00
|
|
|
|
|
|
|
&.space-top {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2018-09-25 00:08:55 +00:00
|
|
|
}
|
|
|
|
|
2019-04-24 14:31:21 +00:00
|
|
|
.recording-header-line {
|
|
|
|
border-top: 1px solid #5e6d7a;
|
2022-06-03 11:45:27 +00:00
|
|
|
padding-top: 16px;
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.local-recording-warning {
|
2022-06-22 09:52:22 +00:00
|
|
|
margin-top: 8px;
|
2022-06-03 11:45:27 +00:00
|
|
|
display: block;
|
2022-06-22 09:52:22 +00:00
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
padding: 8px 16px;
|
|
|
|
|
|
|
|
&.text {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #3D3D3D;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.notification {
|
|
|
|
color: #040404;
|
|
|
|
background-color: #F8AE1A;
|
|
|
|
}
|
2019-04-24 14:31:21 +00: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 16:08:36 +00:00
|
|
|
.file-sharing-icon-container {
|
|
|
|
background-color: #525252;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 40px;
|
|
|
|
justify-content: center;
|
2022-06-22 09:52:22 +00:00
|
|
|
width: 42px;
|
2022-03-08 16:08:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cloud-content-recording-icon-container {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 40px;
|
|
|
|
justify-content: center;
|
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jitsi-recording-header {
|
2022-06-22 09:52:22 +00:00
|
|
|
margin-bottom: 16px;
|
2022-03-08 16:08:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.jitsi-content-recording-icon-container-with-switch {
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 40px;
|
2023-01-25 08:45:40 +00:00
|
|
|
width: 40px;
|
2022-03-08 16:08:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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 16:08:36 +00: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 16:08:36 +00: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 23:00:03 +00:00
|
|
|
.authorization-panel {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-03-11 16:17:21 +00:00
|
|
|
margin: 0 40px 10px 40px;
|
2018-08-09 23:00:03 +00:00
|
|
|
padding-bottom: 10px;
|
|
|
|
|
2018-09-25 00:08:55 +00:00
|
|
|
.logged-in-panel {
|
2018-08-09 23:00:03 +00:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-21 18:26:52 +00: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 22:25:41 +00:00
|
|
|
display: flex;
|
|
|
|
margin-top: 5px;
|
2018-03-21 18:26:52 +00:00
|
|
|
text-align: right;
|
2020-04-10 22:50:39 +00:00
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.help-container {
|
|
|
|
display: flex;
|
|
|
|
}
|
2018-03-21 18:26:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.live-stream-cta {
|
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.google-api {
|
|
|
|
margin-top: 10px;
|
|
|
|
min-height: 36px;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-06-13 15:19:09 +00:00
|
|
|
.google-error {
|
|
|
|
color: $errorColor;
|
|
|
|
}
|
|
|
|
|
2018-03-21 18:26:52 +00: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-18 04:21:18 +00:00
|
|
|
.helper-link {
|
|
|
|
cursor: pointer;
|
2021-06-10 12:48:44 +00:00
|
|
|
font-weight: bold;
|
2018-12-18 04:21:18 +00:00
|
|
|
display: inline-block;
|
|
|
|
flex-shrink: 0;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
2018-12-17 22:25:41 +00:00
|
|
|
|
2018-12-18 04:21:18 +00:00
|
|
|
.warning-text {
|
|
|
|
color:#FFD740;
|
|
|
|
font-size: 12px;
|
2018-03-21 18:26:52 +00:00
|
|
|
}
|
|
|
|
}
|