Files
fire-exam/src/shared/ui/advanced-phone-input/advancedPhoneInput.module.scss
2025-06-05 11:31:49 +03:00

18 lines
250 B
SCSS

.Container {
position: relative;
}
.Phone {
width: 100%;
position: relative;
z-index: 2;
padding-left: 2vw;
}
.Button {
position: absolute;
right: rem(2px);
top: calc(50% - 1.6rem);
z-index: 3;
min-height: calc(100% - .25rem);
}