-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
60 lines (49 loc) · 942 Bytes
/
style2.css
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
58
59
60
/* Alert info */
.alert {
margin-bottom: 0px;
}
.alert-info {
color: #ffffff;
background-color: #977CB7;
border-color: #bee5eb;
}
.alert p{
text-align: center;
}
/* Nav bar */
.navbar img{
height: 50px;
}
.removed button {
background: #977CB7;
color: #ffffff;
}
.removed button:hover {
background-color: #a668f1;
color: #ffffff;
}
/* Carousel Images */
.carousel-control-prev-icon{
background-color: #977CB7;
border-radius: 12px;
}
.carousel-control-next-icon{
background-color: #977CB7;
border-radius: 12px;
}
/* SELECT QUANTITY DROPDOWN & ADD TO CART BUTTON HERE */
.custom-select{
width: auto;
}
.add-to-cart button{
background-color: #977CB7;
border: #977CB7;
}
.add-to-cart button:hover{
background-color: #a668f1;
color: #ffffff;
}
/* Similar Items */
.my-footer{
background: #977CB7;
}