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