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.

_settings.scss 995B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .settings-pane {
  2. display: flex;
  3. width: 100%;
  4. &.profile-pane {
  5. flex-direction: column;
  6. }
  7. .auth-name {
  8. margin-bottom: 4px;
  9. }
  10. .calendar-tab,
  11. .device-selection {
  12. margin-top: 20px;
  13. }
  14. .mock-atlaskit-label {
  15. color: #56637A;
  16. font-size: 12px;
  17. font-weight: 600;
  18. line-height: 1.33;
  19. padding: 20px 0px 4px 0px;
  20. }
  21. .calendar-tab,
  22. .more-tab,
  23. .profile-edit {
  24. display: flex;
  25. width: 100%;
  26. }
  27. .profile-edit-field,
  28. .settings-sub-pane {
  29. flex: 1;
  30. }
  31. .profile-edit-field {
  32. margin-right: 20px;
  33. }
  34. .language-settings {
  35. max-width: 50%;
  36. }
  37. .calendar-tab {
  38. align-items: center;
  39. flex-direction: column;
  40. font-size: 14px;
  41. min-height: 100px;
  42. text-align: center;
  43. }
  44. .calendar-tab-sign-in {
  45. margin-top: 20px;
  46. }
  47. .sign-out-cta {
  48. margin-bottom: 20px;
  49. }
  50. }