This repository was archived by the owner on Feb 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
90 lines (89 loc) · 1.34 KB
/
style.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
.iHeader {
-webkit-app-region: drag;
border-radius: 0px !important;
}
.item, .iNoDrag {
-webkit-app-region: no-drag;
}
.containerHeader {
}
.etabs-tabgroup {
margin-top: 37.5px;
background-color: #B7B7B7;
padding-bottom: 1%;
height: 6%;
width: 100%;
}
.etabs-views {
height: 100%;
width: 100%;
}
.etabs-tabs {
background-color: #FFFFFF !important;
height: 100%;
border: none;
}
.active {
/*background-color: red !important;*/
}
body, html {
padding: 0;
margin: 0;
height: 100vh;
}
.global {
display: flex;
flex-direction: column;
height: 100vh;
}
.container {
flex: 1;
display: flex;
height: 100%;
}
.left-panel, .right-panel {
flex: 1;
}
.left-panel {
background: #6E6B6B;
flex: 4 0 auto;
}
.right-panel {
background: #5C5A5A;
flex: 1 0 auto;
}
.left-flex {
flex: 1;
display: flex;
height: calc(94.2% - 40px);
}
.icon-red {
color: #AFB0B2;
padding: 0 5px 0 5px;
cursor: pointer;
}
.icon-red:hover {
color: #FF695E;
}
.cmin {
font-size: 1.2em !important;
}
.cmax {
font-size: 1.2em !important;
}
.cclose {
font-size: 1.7em !important;
}
.right-menu {
height: 40px !important;
}
.kong-form, .settings-form {
padding: 60px 40px 40px 40px;
}
.kong-background, .settings-background {
background-color: #F8F9F9;
}
.noSettings {
padding-top: 30%;
padding-bottom: 30%;
}