mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-09-10 03:48:21 +02:00
21 lines
391 B
CSS
21 lines
391 B
CSS
.manga-card {
|
|
width: 220px;
|
|
height: 300px;
|
|
}
|
|
|
|
.manga-cover-blur {
|
|
background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.2) 75%);
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
|
backdrop-filter: blur(9px);
|
|
-webkit-backdrop-filter: blur(9px);
|
|
}
|
|
|
|
.manga-card-badge-icon {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.manga-modal {
|
|
width: 90%;
|
|
margin: auto;
|
|
} |