aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_debug.scss
blob: 75b19881e72e44c3ca8eb4d300c44353a132b952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
  DEBUG
*/

#debug {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: rgba(255,0,0,0.5);
    color: white;
}