diff options
Diffstat (limited to 'app/assets/stylesheets/application/_debug.scss')
-rw-r--r-- | app/assets/stylesheets/application/_debug.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/assets/stylesheets/application/_debug.scss b/app/assets/stylesheets/application/_debug.scss deleted file mode 100644 index 0e3aaa7..0000000 --- a/app/assets/stylesheets/application/_debug.scss +++ /dev/null @@ -1,18 +0,0 @@ -/* - * SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc - * - * SPDX-License-Identifier: LAL-1.3 - */ - -/* - DEBUG -*/ - -#debug { - position: fixed; - bottom: 0; - left: 0; - padding: 0.5rem; - background-color: rgba(255,0,0,0.5); - color: white; -} |