Compare commits

...

2 Commits

Author SHA1 Message Date
e2f39e726c Merge pull request 'Собрал статические файлы' (#15) from fix_test into main
Some checks failed
Auto-update README / update-readme (push) Has been cancelled
Reviewed-on: #15
2026-06-19 17:40:10 +03:00
NikDizell
d6c025e66d Собрал статические файлы 2026-06-19 17:38:25 +03:00
2 changed files with 29 additions and 0 deletions

View File

@ -87,4 +87,29 @@
padding: 0;
background: none;
color: inherit;
}
.comment-item {
border-left: 2px solid var(--border-light);
padding-left: 15px;
margin-bottom: 15px;
}
.comment-meta {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.badge-warning {
background-color: #ffc107;
color: #212529;
padding: 0.2rem 0.5rem;
border-radius: 4px;
font-size: 0.8rem;
}
.comment-content {
margin: 5px 0;
}
.reply-btn {
margin-top: 5px;
}

View File

@ -287,4 +287,8 @@
flex-direction: column;
align-items: flex-start;
}
}
.product-card {
cursor: pointer;
}