summaryrefslogtreecommitdiffstats
path: root/core/css/whatsnew.scss
blob: 1c2ab08333afee2c8dfaf083096ce29d0dea6f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/**
 * @copyright Copyright (c) 2018, Arthur Schiwon <blizzz@arthur-schiwon.de>
 *
 * @license GNU AGPL version 3 or any later version
 *
 */

.whatsNewPopover {
  bottom: 35px !important;
  left: 15px !important;
  width: 270px;
  background-color: var(--color-background-dark);
}

.whatsNewPopover p {
  width: auto !important;
}

.whatsNewPopover .caption {
  font-weight: bolder;
  cursor: auto !important;
}

.whatsNewPopover .icon-close {
  position: absolute;
  right: 0;
}

.whatsNewPopover::after {
  content: none;
}