28 lines
552 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|