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 {
|
|
|
|
display: flex;
|
|
|
|
flex: 0;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
2019-04-24 14:31:21 +00:00
|
|
|
padding-top: 32px;
|
2018-09-25 00:08:55 +00:00
|
|
|
|
|
|
|
.recording-title {
|
2019-03-11 16:17:21 +00:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2018-09-25 00:08:55 +00:00
|
|
|
font-size: 16px;
|
2019-03-11 16:17:21 +00:00
|
|
|
margin-left: 16px;
|
2018-09-25 00:08:55 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-24 14:31:21 +00:00
|
|
|
.recording-header-line {
|
|
|
|
border-top: 1px solid #5e6d7a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recording-switch-disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
2019-03-11 16:17:21 +00:00
|
|
|
.recording-icon-container {
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recording-icon {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
object-fit: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|