mirror of
https://github.com/Funkoala14/CreatorCenter_OOIN.git
synced 2025-06-08 02:58:14 +08:00
17 lines
332 B
SCSS
17 lines
332 B
SCSS
.products-list {
|
|
width: 100%;
|
|
|
|
.product-logo {
|
|
position: relative;
|
|
width: 3rem;
|
|
height: 3rem;
|
|
line-height: 3rem;
|
|
text-align: center;
|
|
border-radius: 0.5rem;
|
|
background-color: #7f55e0;
|
|
color: white;
|
|
font-size: 0.875rem;
|
|
margin-right: .25rem;
|
|
}
|
|
}
|