aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.css
blob: 6a4ae1cb145e121bbb65f0c76355780403e35eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.terminalContainer {
  height: 75%;
  width: 60%;
  position: fixed;
  z-index: 1;
  top: 10%;
  left: 30%;
  color: #FFFFFF;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
  background-color: #333333;
  border: 2px solid #BB86fc;
  /* padding: 20px; */
  /* margin: 20px; */
  border-radius: 5px;
  overflow: auto;
}

.invisDiv {
  display: none;
  left: 100%
}

#xterm {
  height: 100%;
  width: 100%;
}

.white-content {
  background: #e4e4e4;
}
/* .black-content {
  background: #111111;
} */

.toggle-slider {
  display: flex;
}

.sidenav {
  height: 80%;
  width: 5%;
  position: fixed;
  z-index: 1;
  top: 5%;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: #333333;
  border: 2px solid #BB86fc;
  padding: 20px;
  margin: 20px;
  border-radius: 5px;
}

.sidenav :hover {
  color: #f1f1f1;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 5%;
  position: fixed;
  overflow: auto;
}

.sidenavButton {
  display: block;
  color: #000;
  padding: 8px 16px;
  background-color: #BB86fc;
  text-decoration: none;
  border: 1px solid #333333;
  border-radius: 5px;
}

li:last-child {
  border-bottom: none;
}