aboutsummaryrefslogtreecommitdiff
path: root/app/javascript/scss/components/_debug.scss
blob: 0e3aaa76122c25278933ac3088b95774eb942502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * 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;
}