12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @import './pagination.less';
- @import './input.less';
- @import './btn.less';
- // TODO beta.11 fix
- .ant-col {
- width: 100%;
- }
- .ant-image-preview-root {
- img {
- display: unset;
- }
- }
- span.anticon:not(.app-iconify) {
- vertical-align: 0.125em !important;
- }
- .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);
- }
- }
- // =================================
- // ==============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;
- }
|