30 lines
434 B
SCSS
30 lines
434 B
SCSS
.ant-select {
|
|
&-selector {
|
|
height: 48px !important;
|
|
|
|
.ant-select-selection-placeholder {
|
|
line-height: 48px !important;
|
|
}
|
|
}
|
|
|
|
&-arrow {
|
|
width: 48px;
|
|
height: 48px;
|
|
top: 0;
|
|
right: 0;
|
|
margin: 0;
|
|
margin-right: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
&-item {
|
|
font-weight: 500;
|
|
}
|
|
|
|
&-selection-item {
|
|
line-height: 48px !important;
|
|
}
|
|
}
|