您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_atlaskit_overrides.scss 909B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /**
  2. * Move Atlaskit Flag up a little bit so it does not cover the toolbar with the
  3. * first notification.
  4. */
  5. .cxGWJB{
  6. bottom: calc(#{$newToolbarSizeWithPadding}) !important;
  7. }
  8. .gXSEsl:nth-child(n+2) {
  9. transform: translateX(0) translateY(100%) translateY(16px) !important;
  10. -ms-transform: translateX(0) translateY(100%) translateY(16px) !important;
  11. -webkit-transform: translateX(0) translateY(100%) translateY(16px) !important;
  12. }
  13. /**
  14. * Welcome page tab color adjustments.
  15. */
  16. .welcome {
  17. /**
  18. * The text color of the selected tab and hovered tabs.
  19. */
  20. li.bcVmZW,
  21. li.bcVmZW:hover,
  22. li.kheoEp:hover {
  23. color: #172B4D;
  24. }
  25. /**
  26. * The color of the inactive tab text.
  27. */
  28. li.kheoEp {
  29. color: #FFFFFF;
  30. }
  31. /**
  32. * The color of the underline of a selected tab.
  33. */
  34. li>span.kByArU {
  35. background-color: #172B4D;
  36. }
  37. }