mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
Improve close modal
This commit is contained in:
parent
0dfec8fbb7
commit
8c0501a4ea
1 changed files with 2 additions and 4 deletions
|
@ -149,13 +149,13 @@ header {
|
|||
max-width: 100%;
|
||||
margin: 0 auto;
|
||||
position: fixed;
|
||||
top: $gp * 3;
|
||||
top: 7.5vh;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
z-index: 99999999;
|
||||
|
||||
&.large {
|
||||
width: 840px;
|
||||
width: 810px;
|
||||
}
|
||||
|
||||
@media($small) {
|
||||
|
@ -166,8 +166,6 @@ header {
|
|||
.close {
|
||||
padding: $gp;
|
||||
color: $color-white;
|
||||
background: $color-white;
|
||||
border-radius: $border-radius;
|
||||
color: $color-gray;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue