|
1
2
3
4
|
@import './pagination.less';
@import './input.less';
@import './btn.less';
|
vben
authored
|
5
|
// TODO beta.11 fix
|
vben
authored
|
6
7
8
9
|
.ant-col {
width: 100%;
}
|
vben
authored
|
10
11
12
13
14
|
.ant-back-top {
right: 20px;
bottom: 20px;
}
|
vben
authored
|
15
16
17
18
19
20
|
.collapse-container__body {
> .ant-descriptions {
margin-left: 6px;
}
}
|
vben
authored
|
21
22
23
24
|
.ant-image-preview-operations {
background: rgba(0, 0, 0, 0.3);
}
|
|
25
26
27
|
// =================================
// ==============descriptions=======
// =================================
|
vben
authored
|
28
29
30
31
32
33
34
|
// .ant-descriptions-bordered .ant-descriptions-item-label {
// background-color: @background-color-light;
// }
// .ant-descriptions .ant-descriptions-item-content {
// color: @text-color-call-out;
// }
|
|
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
// =================================
// ==============modal message======
// =================================
.modal-icon-warning {
color: @warning-color !important;
}
.modal-icon-success {
color: @success-color !important;
}
.modal-icon-error {
color: @error-color !important;
}
|
vben
authored
|
51
52
53
54
|
.modal-icon-info {
color: @primary-color !important;
}
|
|
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
// =================================
// ==============empty==============
// =================================
.ant-empty-image {
max-height: 144px;
min-height: 60px;
}
.ant-empty-description {
margin-top: 16px;
font-size: 14px;
line-height: 24px;
color: @text-color-call-out;
}
|