Blame view

src/design/ant/index.less 881 Bytes
陈文彬 authored
1
2
3
4
@import './pagination.less';
@import './input.less';
@import './btn.less';
5
// TODO beta.11 fix
vben authored
6
7
8
9
.ant-col {
  width: 100%;
}
10
11
12
13
14
15
.ant-image-preview-root {
  img {
    display: unset;
  }
}
vben authored
16
span.anticon:not(.app-iconify) {
17
  vertical-align: 0.135em;
vben authored
18
19
}
vben authored
20
21
22
23
24
.ant-back-top {
  right: 20px;
  bottom: 20px;
}
25
26
27
28
29
30
.collapse-container__body {
  > .ant-descriptions {
    margin-left: 6px;
  }
}
31
32
33
34
.ant-image-preview-operations {
  background: rgba(0, 0, 0, 0.3);
}
35
36
37
38
39
40
.ant-popover {
  &-content {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
}
陈文彬 authored
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// =================================
// ==============modal message======
// =================================
.modal-icon-warning {
  color: @warning-color !important;
}

.modal-icon-success {
  color: @success-color !important;
}

.modal-icon-error {
  color: @error-color !important;
}
56
57
58
.modal-icon-info {
  color: @primary-color !important;
}