1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
27 lines
358 B
Plaintext
27 lines
358 B
Plaintext
.menu {
|
|
:global(.anticon) {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
:global(.ant-dropdown-menu-item) {
|
|
min-width: 160px;
|
|
}
|
|
}
|
|
|
|
.drop-down {
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
vertical-align: top;
|
|
cursor: pointer;
|
|
|
|
> i {
|
|
font-size: 16px !important;
|
|
transform: none !important;
|
|
|
|
svg {
|
|
position: relative;
|
|
top: -1px;
|
|
}
|
|
}
|
|
}
|