Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

_recording.scss 1.8KB

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