1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- @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;
- }
- }
- .ant-image-preview-operations {
- background: rgba(0, 0, 0, 0.3);
- }
- .ant-popover {
- &-content {
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
- }
- }
- // =================================
- // ==============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;
- }
- // =================================
- // ==============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;
- }
|