12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .recordingSpinner {
- vertical-align: top;
- }
-
- .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%;
- }
-
- .google-error {
- color: $errorColor;
- }
-
- .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;
- }
- }
- }
|