fix: update license images

This commit is contained in:
2025-06-17 14:10:51 +03:00
parent 553e6da6db
commit 39f56b170f
5 changed files with 32 additions and 26 deletions

View File

@@ -10,6 +10,7 @@
align-items: center;
background: rgba(0, 0, 0, 0.5);
padding: 0;
animation: fadeIn ease 0.3s;
@include iftablet {
position: fixed;
@@ -20,7 +21,6 @@
@include iflaptop {
padding: 0 rem(48px);
}
animation: fadeIn ease 0.3s;
&_open {
animation: fadeOut ease 0.3s;
@@ -51,4 +51,4 @@
100% {
opacity: 0;
}
}
}