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 672B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. .device-selection {
  11. margin-top: 20px;
  12. }
  13. .mock-atlaskit-label {
  14. color: #56637A;
  15. font-size: 12px;
  16. font-weight: 600;
  17. line-height: 1.33;
  18. padding: 20px 0px 4px 0px;
  19. }
  20. .more-tab,
  21. .profile-edit {
  22. display: flex;
  23. width: 100%;
  24. }
  25. .profile-edit-field,
  26. .settings-sub-pane {
  27. flex: 1;
  28. }
  29. .profile-edit-field {
  30. margin-right: 20px;
  31. }
  32. .language-settings {
  33. max-width: 50%;
  34. }
  35. }