modal css 수정
This commit is contained in:
parent
3168ab8e22
commit
46e0f34268
@ -13,7 +13,6 @@
|
||||
right: 100px;
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
max-width: fit-content;
|
||||
height: -webkit-fit-content;
|
||||
height: -moz-fit-content;
|
||||
height: fit-content;
|
||||
@ -22,16 +21,16 @@
|
||||
background-color: #272727;
|
||||
z-index: 9999999;
|
||||
&.sm{
|
||||
max-width: 580px;
|
||||
width: 580px;
|
||||
}
|
||||
&.ssm{
|
||||
max-width: 380px;
|
||||
width: 380px;
|
||||
}
|
||||
&.xm{
|
||||
max-width: 300px;
|
||||
width: 300px;
|
||||
}
|
||||
&.l{
|
||||
max-width: 800px;
|
||||
width: 800px;
|
||||
}
|
||||
&.mount{
|
||||
animation: mountpop .17s ease-in-out forwards;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user