1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
.notify {
|
|
:global {
|
|
.ant-notification-notice-icon {
|
|
font-size: 18px;
|
|
}
|
|
|
|
.ant-notification-notice-message {
|
|
font-size: 12px;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.ant-notification-notice-with-icon .ant-notification-notice-message {
|
|
margin-left: 32px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.code-editor {
|
|
height: 400px !important;
|
|
min-height: 400px !important;
|
|
}
|