mirror of
https://github.com/nextcloud/server.git
synced 2024-11-10 18:47:37 +00:00
723780d184
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
29 lines
501 B
SCSS
29 lines
501 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
.whatsNewPopover {
|
|
bottom: 35px !important;
|
|
inset-inline-start: 15px !important;
|
|
width: 270px;
|
|
z-index: 700;
|
|
}
|
|
|
|
.whatsNewPopover p {
|
|
width: auto !important;
|
|
}
|
|
|
|
.whatsNewPopover .caption {
|
|
font-weight: bold;
|
|
cursor: auto !important;
|
|
}
|
|
|
|
.whatsNewPopover .icon-close {
|
|
position: absolute;
|
|
inset-inline-end: 0;
|
|
}
|
|
|
|
.whatsNewPopover::after {
|
|
content: none;
|
|
}
|