-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct-detail.css
More file actions
57 lines (46 loc) · 869 Bytes
/
product-detail.css
File metadata and controls
57 lines (46 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.product-detail{
background-color: white;
box-shadow: 0px 2px 15px rgb(244, 116, 88, 0.2)
}
.discount{
font-weight: 300;
color: rgb(255, 43, 43);
}
.mrp{
font-size: .9rem;
}
.star i{
color: #f47458;
}
.star h6{
font-weight: 400;
padding-left: 10px;
text-decoration: underline;
}
.btn-1, .btn-2{
width: 40%;
padding: .7rem;
border-radius: 50px;
}
.color-label {
width: 20px;
height: 20px;
border-radius: 50%;
cursor: pointer;
}
.color-label:nth-child(1){
background-color: #E7DAB7;
}
.color-label:nth-child(2){
background-color: #625F7A;
}
.color-label:nth-child(3){
background-color: #AFAEAC;
}
.color-label:nth-child(4){
background-color: #4B4B4B;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: invert(1); /* Inverts colors (e.g., white to black) */
}