Skip to content

Commit

Permalink
Merge pull request #723 from Raulkg/ECO-5913
Browse files Browse the repository at this point in the history
Eco 5913- relative position precall modal
  • Loading branch information
Robert Hainer authored Nov 23, 2020
2 parents bf18544 + b0b4037 commit 726059d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions web/less/precall.less
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,12 @@
}

#pre-call-test-results {
position: absolute;
position: relative;
display: none;
right: 554px;
right: 314px;
top: -640px;
width: 233px;
height: 420.4px;
min-height: 420.4px;
background-color: white;
border-radius: 10px;
box-shadow: 0 2px 4px 0 @blackAlpha50;
Expand All @@ -417,14 +418,14 @@
margin-top: 12px;
@media @smartphonesPortrait {

left: calc(10%)!important;
top: calc(6%)!important;
left: calc(2%)!important;
top: calc(48%)!important;

}

@media @smartphonesLandscape{
left: calc(10%)!important;
top: calc(6%)!important;
left: calc(2%)!important;
top: calc(134%)!important;
}

p {
Expand Down

0 comments on commit 726059d

Please sign in to comment.