Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_settings.scss 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. input[type="checkbox"] + svg + span {
  22. color: #9FB0CC;
  23. }
  24. .calendar-tab,
  25. .more-tab,
  26. .profile-edit {
  27. display: flex;
  28. width: 100%;
  29. }
  30. .profile-edit-field {
  31. flex: 1;
  32. }
  33. .settings-sub-pane {
  34. flex-grow: 1;
  35. }
  36. .profile-edit-field {
  37. margin-right: 20px;
  38. }
  39. .language-settings {
  40. max-width: 50%;
  41. }
  42. .calendar-tab {
  43. align-items: center;
  44. flex-direction: column;
  45. font-size: 14px;
  46. min-height: 100px;
  47. text-align: center;
  48. }
  49. .calendar-tab-sign-in {
  50. margin-top: 20px;
  51. }
  52. .sign-out-cta {
  53. margin-bottom: 20px;
  54. }
  55. }