You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_recording.scss 2.0KB

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