Demos added

This commit is contained in:
Bahadır Sofuoğlu
2022-11-03 16:52:39 +03:00
parent 94092fdb61
commit 1ee46af467
19 changed files with 3014 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.product-item {
.product-item-content {
border: 1px solid var(--surface-d);
border-radius: 3px;
margin: 0.3rem;
text-align: center;
padding: 2rem 0;
}
.product-image {
width: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
}