whatsnew.scss 476 B

12345678910111213141516171819202122232425262728
  1. /*!
  2. * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: AGPL-3.0-or-later
  4. */
  5. .whatsNewPopover {
  6. bottom: 35px !important;
  7. left: 15px !important;
  8. width: 270px;
  9. z-index: 700;
  10. }
  11. .whatsNewPopover p {
  12. width: auto !important;
  13. }
  14. .whatsNewPopover .caption {
  15. font-weight: bold;
  16. cursor: auto !important;
  17. }
  18. .whatsNewPopover .icon-close {
  19. position: absolute;
  20. right: 0;
  21. }
  22. .whatsNewPopover::after {
  23. content: none;
  24. }