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/global.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/global.css')
-rw-r--r-- | core/css/global.css | 51 |
1 files changed, 1 insertions, 50 deletions
diff --git a/core/css/global.css b/core/css/global.css index d9ecc634d78..f930df972f6 100644 --- a/core/css/global.css +++ b/core/css/global.css @@ -1,50 +1 @@ -/* Copyright (c) 2015, Raghu Nayyar, http://raghunayyar.com - This file is licensed under the Affero General Public License version 3 or later. - See the COPYING-README file. */ -/* Global Components */ -.pull-left { - float: left; -} - -.pull-right { - float: right; -} - -.clear-left { - clear: left; -} - -.clear-right { - clear: right; -} - -.clear-both { - clear: both; -} - -.hidden { - display: none; -} - -.hidden-visually { - position: absolute; - left: -10000px; - top: -10000px; - width: 1px; - height: 1px; - overflow: hidden; -} - -.bold { - font-weight: 600; -} - -.center { - text-align: center; -} - -.inlineblock { - display: inline-block; -} - -/*# sourceMappingURL=global.css.map */ +.pull-left{float:left}.pull-right{float:right}.clear-left{clear:left}.clear-right{clear:right}.clear-both{clear:both}.hidden{display:none}.hidden-visually{position:absolute;left:-10000px;top:-10000px;width:1px;height:1px;overflow:hidden}.bold{font-weight:600}.center{text-align:center}.inlineblock{display:inline-block}/*# sourceMappingURL=global.css.map */ |