Собрал статические файлы #15
@ -88,3 +88,28 @@
|
|||||||
background: none;
|
background: none;
|
||||||
color: inherit;
|
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;
|
||||||
|
}
|
||||||
@ -288,3 +288,7 @@
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.product-card {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user