File size: 2,589 Bytes
f46e223
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

html, body {
  overflow-x: hidden !important;
}

.App {
  min-height: 100vh;
}

.container {
  min-height: 79vh;
  padding: 24px 12px;
  margin-bottom: 100px;
}

.logo {
  float: left;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
}

.input-search-round input::before, .input-search-round .ant-input-affix-wrapper, .input-search-round .ant-input-group > .ant-input:first-child {
  border-radius: 32px 0 0 32px !important;
  padding: 4px 10px 4px 15px;
}

.input-search-round button.ant-btn.ant-btn-primary.ant-input-search-button, .input-search-round .ant-input-group-addon:last-child {
  border-radius: 0 32px 32px 0 !important;
  padding: 4px 12px;
}

.tableFiles td {
  cursor: pointer;
}

.ant-table-placeholder {
  overflow: -moz-hidden-unscrollable;
}

.ant-menu.ant-menu-sub.ant-menu-vertical {
  background: #0088CC;
}

.rce-citem-body--bottom-status span {
  width: 100% !important;
  border-radius: 15px !important;
  padding: 0 5px !important;
  font-size: 11px !important;
}

.ant-layout-sider.messaging {
  flex: none !important;
  min-width: 0 !important;
  max-width: 430px !important;
  width: 100% !important;
}

.ant-layout-sider.messaging.ant-layout-sider-collapsed.ant-layout-sider-zero-width {
  flex: none !important;
  min-width: 0 !important;
  max-width: 0 !important;
  width: 0 !important;
}

.messageItem p:last-child {
  margin-bottom: 0 !important;
}

.messageItem pre {
  white-space: pre-wrap;
  font-size: 12px;
}

.ant-popover-placement-bottomRight .ant-popover-inner-content {
  padding: 0 !important;
}

.view .ant-drawer-content-wrapper {
  height: 100vh !important;
}

.ant-modal.view {
  position: sticky !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.view .ant-modal-body {
  padding: 0 !important;
}

.ant-form-item .ghost.ant-select {
  width: 149px !important;
  text-align: right !important;
}

.ghost.ant-select .ant-select-selector {
  border: none !important;
  box-shadow: none !important;
}

.ant-list-item-action > li {
  padding: 0 !important;
}

.ant-list-split .ant-list-header {
  border-bottom: none !important;
}

.ant-list-split .ant-list-item {
  border-bottom: none !important;
}