This commit is contained in:
sdarbinyan
2026-02-19 00:55:03 +04:00
parent 0692cc6360
commit e3efb270dd

View File

@@ -730,11 +730,10 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
background: linear-gradient( background: linear-gradient(
to right, to right,
rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.1) 10%,
rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.1) 10%,
rgba(255, 255, 255, 0.3) 100% rgba(255, 255, 255, 0.1) 15%);
);
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 56px; padding: 0 56px;
@@ -1146,8 +1145,8 @@
padding: 0 20px; padding: 0 20px;
background: linear-gradient( background: linear-gradient(
to bottom, to bottom,
rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.45) 0%,
rgba(255, 255, 255, 0.85) 100% rgba(255, 255, 255, 0.15) 100%
); );
} }