index.less 890 字节
Newer Older
陈文彬 已提交
1 2 3 4
@import './pagination.less';
@import './input.less';
@import './btn.less';

V
vben 已提交
5
// TODO beta.11 fix
V
vben 已提交
6 7 8 9
.ant-col {
  width: 100%;
}

V
vben 已提交
10 11 12 13 14 15
.ant-image-preview-root {
  img {
    display: unset;
  }
}

V
vben 已提交
16
body {
17 18
  .anticon:not(.app-iconify) {
    vertical-align: 0.1em;
V
vben 已提交
19 20 21
  }
}

V
vben 已提交
22 23 24 25 26
.ant-back-top {
  right: 20px;
  bottom: 20px;
}

V
vben 已提交
27 28 29 30 31 32
.collapse-container__body {
  > .ant-descriptions {
    margin-left: 6px;
  }
}

V
vben 已提交
33 34 35 36
.ant-image-preview-operations {
  background: rgba(0, 0, 0, 0.3);
}

37 38 39 40 41 42
.ant-popover {
  &-content {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  }
}

陈文彬 已提交
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
// =================================
// ==============modal message======
// =================================
.modal-icon-warning {
  color: @warning-color !important;
}

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

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

V
vben 已提交
58 59 60
.modal-icon-info {
  color: @primary-color !important;
}