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 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. flex: 1;
  29. }
  30. .settings-sub-pane {
  31. flex-grow: 1;
  32. }
  33. .profile-edit-field {
  34. margin-right: 20px;
  35. }
  36. .language-settings {
  37. max-width: 50%;
  38. }
  39. .calendar-tab {
  40. align-items: center;
  41. flex-direction: column;
  42. font-size: 14px;
  43. min-height: 100px;
  44. text-align: center;
  45. }
  46. .calendar-tab-sign-in {
  47. margin-top: 20px;
  48. }
  49. .sign-out-cta {
  50. margin-bottom: 20px;
  51. }
  52. }