diff options
author | Christopher Ng <chrng8@gmail.com> | 2021-10-14 08:28:54 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2021-10-19 04:59:36 +0000 |
commit | 3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e (patch) | |
tree | 5519fb218db5daa3d0e16198f600d5646f7d0b1a /core/css/css-variables.scss | |
parent | 309354852f12ae88d5eef05d311d6ebcba8ee762 (diff) | |
download | nextcloud-server-3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e.tar.gz nextcloud-server-3be9d3ca8fca4fb743a4d2f2ffe44a45fa9ffa6e.zip |
Profile frontend
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css/css-variables.scss')
-rw-r--r-- | core/css/css-variables.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/css-variables.scss b/core/css/css-variables.scss index d475d6d2c66..1fe6e88dbe7 100644 --- a/core/css/css-variables.scss +++ b/core/css/css-variables.scss @@ -68,4 +68,3 @@ --header-height: #{$header-height}; } - |