Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

_recording.scss 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. /**
  28. * The Google sign in button must follow Google's design guidelines.
  29. * See: https://developers.google.com/identity/branding-guidelines
  30. */
  31. .google-sign-in {
  32. background-color: #4285f4;
  33. border-radius: 2px;
  34. cursor: pointer;
  35. display: inline-flex;
  36. font-family: Roboto, arial, sans-serif;
  37. font-size: 14px;
  38. padding: 1px;
  39. .google-cta {
  40. color: white;
  41. display: inline-block;
  42. /**
  43. * Hack the line height for vertical centering of text.
  44. */
  45. line-height: 32px;
  46. margin: 0 15px;
  47. }
  48. .google-logo {
  49. background-color: white;
  50. border-radius: 2px;
  51. display: inline-block;
  52. padding: 8px;
  53. height: 18px;
  54. width: 18px;
  55. }
  56. }
  57. .google-panel {
  58. align-items: center;
  59. border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  60. display: flex;
  61. flex-direction: column;
  62. padding-bottom: 10px;
  63. }
  64. .stream-key-form {
  65. .helper-link {
  66. display: inline-block;
  67. cursor: pointer;
  68. margin-top: 5px;
  69. }
  70. }
  71. }