1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- @import './pagination.less';
- @import './input.less';
- @import './btn.less';
- // TODO beta.11 fix
- .ant-col {
- width: 100%;
- }
- .ant-back-top {
- right: 20px;
- bottom: 20px;
- }
- .collapse-container__body {
- > .ant-descriptions {
- margin-left: 6px;
- }
- }
- // =================================
- // ==============descriptions=======
- // =================================
- // .ant-descriptions-bordered .ant-descriptions-item-label {
- // background-color: @background-color-light;
- // }
- // .ant-descriptions .ant-descriptions-item-content {
- // color: @text-color-call-out;
- // }
- // =================================
- // ==============modal message======
- // =================================
- .modal-icon-warning {
- color: @warning-color !important;
- }
- .modal-icon-success {
- color: @success-color !important;
- }
- .modal-icon-error {
- color: @error-color !important;
- }
- .modal-icon-info {
- color: @primary-color !important;
- }
- // =================================
- // ==============form===============
- // =================================
- .ant-form-item.deltag .ant-form-item-required::before {
- content: '';
- }
- .ant-form-item-with-help {
- margin-bottom: 0;
- }
- .ant-form-item {
- &-label label::after {
- margin: 0 6px 0 2px;
- }
- }
- .ant-form-item:not(.ant-form-item-with-help) {
- margin-bottom: 20px;
- }
- .ant-form-explain {
- font-size: 14px;
- }
- .compact-form-row {
- .ant-form-item {
- margin-bottom: 8px;
- }
- }
- // =================================
- // ==============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;
- }
|