Another window?
This commit is contained in:
@@ -30,6 +30,18 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes window-popdown {
|
||||
0% {
|
||||
transform: scale(1, 1);
|
||||
}
|
||||
60% {
|
||||
transform: scale(1, 0.03);
|
||||
}
|
||||
100% {
|
||||
transform: scale(0, 0.03);
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-2xl font-bold
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user