Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

_recording.scss 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .recordingSpinner {
  2. vertical-align: top;
  3. }
  4. .recording-dialog {
  5. .authorization-panel {
  6. border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  7. display: flex;
  8. flex-direction: column;
  9. margin-bottom: 10px;
  10. padding-bottom: 10px;
  11. .dropbox-sign-in {
  12. align-items: center;
  13. border: 1px solid #4285f4;
  14. background-color: white;
  15. border-radius: 2px;
  16. cursor: pointer;
  17. display: inline-flex;
  18. padding: 10px;
  19. font-size: 18px;
  20. font-weight: 600;
  21. margin: 10px 0px;
  22. color: #4285f4;
  23. .dropbox-logo {
  24. background-color: white;
  25. border-radius: 2px;
  26. display: inline-block;
  27. padding-right: 5px;
  28. height: 18px;
  29. }
  30. }
  31. .logged-in-pannel {
  32. padding: 10px;
  33. }
  34. }
  35. }
  36. .live-stream-dialog {
  37. /**
  38. * Set font-size to be consistent with Atlaskit FieldText.
  39. */
  40. font-size: 14px;
  41. .broadcast-dropdown,
  42. .broadcast-dropdown-trigger {
  43. text-align: left;
  44. }
  45. .form-footer {
  46. text-align: right;
  47. }
  48. .live-stream-cta {
  49. a {
  50. cursor: pointer;
  51. }
  52. }
  53. .google-api {
  54. margin-top: 10px;
  55. min-height: 36px;
  56. text-align: center;
  57. width: 100%;
  58. }
  59. .google-error {
  60. color: $errorColor;
  61. }
  62. .google-panel {
  63. align-items: center;
  64. border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  65. display: flex;
  66. flex-direction: column;
  67. padding-bottom: 10px;
  68. }
  69. .stream-key-form {
  70. .helper-link {
  71. display: inline-block;
  72. cursor: pointer;
  73. margin-top: 5px;
  74. }
  75. }
  76. }