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.

whatsnew.scss 491B

12345678910111213141516171819202122232425262728293031
  1. /**
  2. * @copyright Copyright (c) 2018, Arthur Schiwon <blizzz@arthur-schiwon.de>
  3. *
  4. * @license GNU AGPL version 3 or any later version
  5. *
  6. */
  7. .whatsNewPopover {
  8. bottom: 35px !important;
  9. left: 15px !important;
  10. width: 270px;
  11. z-index: 700;
  12. }
  13. .whatsNewPopover p {
  14. width: auto !important;
  15. }
  16. .whatsNewPopover .caption {
  17. font-weight: bold;
  18. cursor: auto !important;
  19. }
  20. .whatsNewPopover .icon-close {
  21. position: absolute;
  22. right: 0;
  23. }
  24. .whatsNewPopover::after {
  25. content: none;
  26. }