-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (62 loc) · 927 Bytes
/
style.css
File metadata and controls
76 lines (62 loc) · 927 Bytes
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
html,
body {
margin: 0;
padding: 0px 8px 8px 8px;
font-family: 'Work Sans', sans-serif;
}
canvas {
display: block;
}
.command-form-wrapper {
display: flex;
width: 400px;
height: 25px;
padding-bottom: 8px;
}
.command-input {
flex: 1 0 auto;
font-size: 16px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-right: 0px;
border-radius: 2px 0px 0px 2px;
outline: none;
}
.submit-btn {
flex: 1 0 20px;
border: 0px;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0px 2px 2px 0px;
outline: none;
}
.submit-icon {
color: rgb(0, 255, 0);
}
.note{
color: #b00020;
padding: 8px 0px ;
}
.description {
color: #3079cd;
}
.control {
color: #7572bd;
}
td, th {
text-align: left;
padding-right: 4px;
}
.example{
color: rgba(0, 0, 0, 0.75);
}
#control-container{
margin-bottom: 90px;
}
.width-controller{
display: flex;
}
.height-controller{
display: flex;
}
.width-slider{
margin-left: 5px;
}