diff options
author | Christopher Ng <chrng8@gmail.com> | 2023-01-11 00:02:24 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2023-01-11 17:46:32 +0000 |
commit | 87007302040e16c38a0a37ae65b1eb4ba51efaed (patch) | |
tree | b499a3f6416af8d86202657d194015804f7a74f6 /core/css/whatsnew.css | |
parent | 8393ae27777777ff2ddcba10a9e124e36c30d634 (diff) | |
download | nextcloud-server-87007302040e16c38a0a37ae65b1eb4ba51efaed.tar.gz nextcloud-server-87007302040e16c38a0a37ae65b1eb4ba51efaed.zip |
Compress SASS output
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'core/css/whatsnew.css')
-rw-r--r-- | core/css/whatsnew.css | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/core/css/whatsnew.css b/core/css/whatsnew.css index 942b73451ae..09ce659fa01 100644 --- a/core/css/whatsnew.css +++ b/core/css/whatsnew.css @@ -1,32 +1 @@ -/** - * @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; - z-index: 700; -} - -.whatsNewPopover p { - width: auto !important; -} - -.whatsNewPopover .caption { - font-weight: bold; - cursor: auto !important; -} - -.whatsNewPopover .icon-close { - position: absolute; - right: 0; -} - -.whatsNewPopover::after { - content: none; -} - -/*# sourceMappingURL=whatsnew.css.map */ +.whatsNewPopover{bottom:35px !important;left: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;right:0}.whatsNewPopover::after{content:none}/*# sourceMappingURL=whatsnew.css.map */ |