Merge pull request #190 from Safelite/SSR-306-fix-modall-close-button-position
SSR-306 fix position of modal close button (when open).
This commit is contained in:
commit
ddf9dbebf3
1 changed files with 11 additions and 10 deletions
|
|
@ -163,6 +163,7 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
right: -.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue