modal css 수정

This commit is contained in:
김창수 2024-09-26 14:08:04 +09:00
parent 3168ab8e22
commit 46e0f34268

View File

@ -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;