parent
07b55d7ee4
commit
76e4363705
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
.modal {
|
.modal {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: #{60 / $base-font-size}rem;
|
top: #{60 / $base-font-size}rem;
|
||||||
right: #{400 / $base-font-size}rem;
|
right: 50%;
|
||||||
|
transform: translate(50%, 0);
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue