-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
55 lines (47 loc) · 728 Bytes
/
style.css
File metadata and controls
55 lines (47 loc) · 728 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
.container {
height: 100vh;
display: flex;
justify-content: center;
flex-direction: column;
}
.big {
height: 350px;
}
.output {
display: block;
height: 100%;
background-color: whitesmoke;
border: solid gray 1px;
font-family: monospace;
border-radius: 3px;
font-size: 14px;
padding: 10px;
overflow-y: scroll;
}
.col-md-6 .user-input {
height: 100%;
resize: none;
}
.personal-space {
margin-top: 10px;
}
.cluster {
margin: 0px;
margin-right: 2px;
border-bottom: solid 1px magenta;
direction: ltr;
}
.col {
margin-top: 10px;
}
.dir-rtl .cluster {
float: right;
margin: 0px;
margin-left: 8px;
}
#convertButton {
margin: 0 0.75em;
}
.control-label {
margin-right: 10px;
}