18 lines
250 B
SCSS
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);
|
|
} |