feat(ui): saglayici logosu, kart duzeni ve admin silme onay modali ekle

This commit is contained in:
2026-03-01 01:13:59 +03:00
parent 84131576cf
commit ad65453fcf
3 changed files with 115 additions and 11 deletions

View File

@@ -142,6 +142,10 @@
.catalog-card {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
min-height: 420px;
overflow: hidden;
cursor: pointer;
background: linear-gradient(165deg, rgba(29, 33, 44, 0.95), rgba(15, 19, 30, 0.96));
@@ -212,6 +216,8 @@
.media-wrap {
position: relative;
height: 190px;
flex: 0 0 190px;
}
.image-shell {
@@ -305,6 +311,10 @@
line-height: 1.62;
}
.detail-content-stack {
padding-bottom: 38px;
}
.detail-brand-stamp {
position: absolute;
right: 20px;
@@ -319,9 +329,30 @@
.card-content {
position: relative;
display: flex;
flex-direction: column;
flex: 1;
min-height: 168px;
z-index: 2;
}
.card-meta-row {
min-height: 26px;
align-items: center;
}
.card-plot {
min-height: 4.8em;
line-height: 1.6;
}
.card-genres {
margin-top: auto;
min-height: 24px;
padding-right: 36px;
overflow: hidden;
}
.card-title {
font-family: 'Bricolage Grotesque', 'IBM Plex Sans', sans-serif;
letter-spacing: 0.01em;