1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
25 lines
342 B
Plaintext
25 lines
342 B
Plaintext
@import '~styles/variables';
|
|
|
|
.wrapper {
|
|
min-height: calc(100vh - 108px);
|
|
margin-top: 16px;
|
|
padding: 0 @body-padding;
|
|
}
|
|
|
|
.hint {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.hints {
|
|
:global {
|
|
.ant-alert-warning {
|
|
background-color: #fffbe6;
|
|
border: 1px solid #ffe58f;
|
|
|
|
.ant-alert-icon {
|
|
color: #faad14;
|
|
}
|
|
}
|
|
}
|
|
}
|