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

28 lines
552 B
SCSS

.timezone-wrapper {
text-align: center;
&__select {
min-width: 330px;
.ant-select-selector {
height: 28px !important;
border-radius: 50px !important;
display: flex;
.ant-select-selection-item {
background-color: white !important;
color: black;
font-size: 12px !important;
height: 100% !important;
line-height: 28px !important;
padding-right: 0 !important;
font-weight: 500 !important;
}
}
.ant-select-arrow {
display: none;
}
}
}