Skip to content

Commit ff3fc15

Browse files
committed
old CSS cleanup
1 parent d597c5f commit ff3fc15

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

client/src/App.css

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,12 @@
33
width: 100vw;
44
}
55

6-
/* #sidebar * {
7-
margin-bottom: 6px;
8-
} */
9-
10-
/* #sidebar h1 {
11-
margin-top: '20px';
12-
background: #7F7FD5;
13-
background: -webkit-linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
14-
background: linear-gradient(to right, #91EAE4, #86A8E7, #7F7FD5);
15-
background-clip: text;
16-
-webkit-background-clip: text;
17-
-webkit-text-fill-color: transparent;
18-
} */
19-
20-
#linewidth{
21-
margin-top: 10px !important;
22-
}
23-
246
#container{
257
height: 100%;
268
display: flex;
279
width: 100%;
2810
}
2911

30-
/* #sidebar{
31-
display: flex;
32-
flex-direction: column;
33-
padding: 5px;
34-
width: 250px;
35-
background-color: #202020;
36-
padding-left: 15px;
37-
} */
38-
.input-container {
39-
display: block;
40-
margin-top: 40px;
41-
}
42-
43-
.input-container label {
44-
display: block;
45-
color: white;
46-
}
47-
48-
.input-container input {
49-
display: block;
50-
width: 60%;
51-
}
52-
53-
#clear {
54-
display: block;
55-
width: 60%;
56-
margin-top: 20px;
57-
}
58-
5912

6013

6114

0 commit comments

Comments
 (0)