mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-18 14:59:19 +00:00
44 lines
504 B
CSS
44 lines
504 B
CSS
body {
|
|
background: #eee
|
|
}
|
|
|
|
.ratings i {
|
|
font-size: 16px;
|
|
color: red
|
|
}
|
|
|
|
.strike-text {
|
|
color: red;
|
|
text-decoration: line-through
|
|
}
|
|
|
|
.product-image {
|
|
width: 20%;
|
|
height: 20%;
|
|
}
|
|
|
|
.dot {
|
|
height: 7px;
|
|
width: 7px;
|
|
margin-left: 6px;
|
|
margin-right: 6px;
|
|
margin-top: 3px;
|
|
background-color: blue;
|
|
border-radius: 50%;
|
|
display: inline-block
|
|
}
|
|
|
|
.spec-1 {
|
|
color: #938787;
|
|
font-size: 15px
|
|
}
|
|
|
|
h5 {
|
|
font-weight: 400
|
|
}
|
|
|
|
.para {
|
|
font-size: 16px
|
|
}
|
|
|