-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
94 lines (76 loc) · 1.4 KB
/
index.css
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
86
87
88
89
90
91
92
93
body {
padding-top: 60px;
}
textarea {
white-space: pre;
overflow-wrap: normal;
overflow-x: scroll;
font-family: Monospace;
}
.bg-info {
background-color: #3a8c9a !important;
color: white !important;
}
.badge-info {
background-color: #3a8c9a !important;
}
.nav-tabs > li > a {
color: #3a8c9a;
}
.nav-link {
padding-top: 0.1rem;
padding-bottom: 0.1rem;
}
.tab-pane {
max-width: none;
}
.no-margin {
margin-left: 0px;
padding-left: 0px;
}
.table-wrap {
height: 100%;
flex-grow: 1;
overflow-y: scroll;
}
.ace_container {
position: relative;
}
.button_round_right {
border-bottom-right-radius: 0.2rem !important;
border-top-right-radius: 0.2rem !important;
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.button_round_left {
border-bottom-right-radius: 0 !important;
border-top-right-radius: 0 !important;
border-bottom-left-radius: 0.2rem !important;
border-top-left-radius: 0.2rem !important;
}
.resizable_pane {
overflow: auto;
resize: vertical;
}
.resizable_flex_column {
height: 100%;
display: flex;
flex-direction: column;
}
.script_editor {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.input-group-prepend label {
width: 100%;
overflow: hidden;
}
h5 {
margin-bottom: 0;
}
hr {
margin-top: 0;
}