update report page

This commit is contained in:
smanylov
2026-03-18 15:21:49 +07:00
parent 75874ab46f
commit 89e288c591
11 changed files with 207 additions and 72 deletions
+14 -7
View File
@@ -14,12 +14,7 @@
color: white;
display: flex;
align-items: center;
&::before {
content: '🔍';
margin-right: 12px;
font-size: 28px;
}
margin-bottom: 20px;
}
.search-stats-grid {
@@ -49,7 +44,13 @@
.search-stat-icon {
font-size: 32px;
margin-bottom: 15px;
display: block;
display: flex;
justify-content: center;
.icon {
width: 50px;
height: 50px;
}
}
.search-stat-value {
@@ -190,6 +191,7 @@
.summary-stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-columns: 1fr 2fr 1fr;
gap: 30px;
position: relative;
z-index: 2;
@@ -204,6 +206,11 @@
border: 2px solid rgba(255, 255, 255, 0.2);
transition: all 0.4s ease;
&.center {
display: flex;
justify-content: space-around;
}
&:hover {
transform: translateY(-8px) scale(1.02);
background: rgba(255, 255, 255, 0.2);