remove RecentSearches and change styles for serachStat block

This commit is contained in:
smanylov
2026-03-20 21:02:22 +07:00
parent 88a383f85e
commit d7899d0dd5
3 changed files with 56 additions and 6 deletions
+30 -1
View File
@@ -320,7 +320,6 @@
background: v.$white;
border-radius: 20px;
padding: 30px;
margin-bottom: 30px;
box-shadow: 0 4px 20px v.$shadow-1;
h3 {
@@ -3908,6 +3907,35 @@
padding: 8px 0;
border-bottom: 1px solid v.$b-color-2;
&-header {
display: flex;
align-self: center;
gap: 5px;
&.image {
svg {
color: v.$color-image;
}
}
&.audio {
svg {
color: v.$color-audio;
}
}
&.video {
svg {
color: v.$color-video;
}
}
&.document {
svg {
color: v.$color-document;
}
}
}
&:last-child {
border-bottom: none;
}
@@ -3918,6 +3946,7 @@
opacity: 0.9;
position: relative;
z-index: 1;
padding-top: 2px;
}
.stat-value {