SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS/Select.scss
2025-08-07 20:28:59 -04:00

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;
}
}