TelegramPWA/src/components/common/CountryPickerModal.module.scss
2024-05-14 04:23:39 +02:00

29 lines
364 B
SCSS

.root :global(.modal-dialog) {
max-width: 55vh;
}
.pickerSelector {
display: flex;
align-items: center;
}
.pickerTitle {
flex: 1;
margin: 0 0 0 1.25rem;
font-size: 1.25rem;
@media (max-width: 600px) {
margin-left: 0.75rem;
}
}
.picker {
height: 70vh;
}
.footer {
display: flex;
justify-content: flex-end;
flex-direction: column;
}