33 lines
504 B
SCSS
33 lines
504 B
SCSS
.timezone-select {
|
|
width: 100%;
|
|
|
|
&--laden .ant-select-selection-search {
|
|
margin-left: 65px;
|
|
}
|
|
|
|
.ant-select-selection-search {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
&--option {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
grid-gap: 12px;
|
|
line-height: normal;
|
|
}
|
|
|
|
&--option-abbreviation {
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
width: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
&--option-offset {
|
|
margin-right: 12px;
|
|
margin-left: auto;
|
|
}
|
|
}
|