Skip to content

Commit e535657

Browse files
committed
Remove debug css
Replaced by tampermonkey script locally
1 parent 6078d9c commit e535657

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

client/styles.scss

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -12,49 +12,6 @@ body {
1212
height: 100%;
1313
}
1414

15-
/**
16-
* Debug
17-
*/
18-
pre.debug {
19-
margin: 10px;
20-
border: 1px solid rgba(0, 0, 0, 0.5);
21-
background: rgba(0, 0, 0, 0.2);
22-
padding: 10px;
23-
font-size: 16px;
24-
line-height: 1.5em;
25-
font-family: Courrier, monospace;
26-
}
27-
28-
[bg] {
29-
&,
30-
& * {
31-
background: rgba(255, 0, 0, 0.1);
32-
}
33-
}
34-
35-
[bd] {
36-
&,
37-
& * {
38-
border: 1px solid red;
39-
}
40-
}
41-
42-
[debug] {
43-
border: 2px solid red;
44-
45-
& > * {
46-
border: 2px solid orange;
47-
}
48-
}
49-
50-
[debug][children] > * > * {
51-
border: 2px solid blue;
52-
}
53-
54-
[debug][children][grandchildren] > * > * > * {
55-
border: 2px solid green;
56-
}
57-
5815
.container {
5916
box-sizing: border-box;
6017
margin-right: auto !important;

0 commit comments

Comments
 (0)