update report page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user