skyline/src/components/Confirm/index.less
Hanxiang Gao 4eb68e7fb2 feat: Add initial code of skyline-console
Add initial code of skyline-console

Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00

25 lines
346 B
Plaintext

@import "~styles/variables";
.confirm-modal {
:global {
.ant-modal-confirm-body > .anticon {
font-size: 18px;
margin-right: 20px;
}
}
}
.confirm {
color: @warn-color !important;
}
.error {
color: @error-color !important;
}
.success {
color: @success-color !important;
}
.warn {
color: @warn-color !important;
}