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;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.recording-title {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-09 23:00:03 +00:00
|
|
|
.authorization-panel {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
|
|
|
.dropbox-sign-in {
|
2018-08-15 19:51:51 +00:00
|
|
|
align-items: center;
|
|
|
|
border: 1px solid #4285f4;
|
|
|
|
background-color: white;
|
2018-08-09 23:00:03 +00:00
|
|
|
border-radius: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-flex;
|
2018-08-15 19:51:51 +00:00
|
|
|
padding: 10px;
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
2018-08-09 23:00:03 +00:00
|
|
|
margin: 10px 0px;
|
2018-08-15 19:51:51 +00:00
|
|
|
color: #4285f4;
|
2018-08-09 23:00:03 +00:00
|
|
|
|
|
|
|
.dropbox-logo {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 2px;
|
|
|
|
display: inline-block;
|
2018-08-15 19:51:51 +00:00
|
|
|
padding-right: 5px;
|
2018-08-09 23:00:03 +00:00
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stream-key-form {
|
|
|
|
.helper-link {
|
|
|
|
display: inline-block;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|