-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
75 lines (64 loc) · 1.24 KB
/
styles.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
::-webkit-scrollbar{
width: 10px;
}
::-webkit-scrollbar-thumb{
border-radius: 5px;
background-image: linear-gradient(to bottom, #ff7043 0%, #ff7043 100%);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
filter: invert(1) grayscale(1) brightness(10);
}
.carousel-inner .row {
position: relative;
}
.carousel-control-prev, .carousel-control-next {
width: auto;
top: 50%;
bottom: auto;
transform: translateY(-50%);
}
.carousel-control-prev {
left: 15px;
}
.carousel-control-next {
right: 15px;
}
.shopy-bg-info{
background-color: #FCEAE8;
}
.categories img{
width: 100px;
}
.shopy-btn{
background-image: linear-gradient(to bottom, #ff7043 0%, #ff7043 100%);
color: white;
border-radius: 8px;
padding: 9px 25px;
border: none;
}
.hero-m{
margin-top: 70px;
}
.navbar-logo {
width: 60px;
height: 40px;
}
/* CSS in styles.css */
.bg-watch {
background-color: #f0b3a1; /* Replace with the color you want */
}
.bg-bag {
background-color: #f0b3a1; /* Replace with the color you want */
}
.bg-shoes {
background-color: #f0b3a1; /* Replace with the color you want */
}
@media screen and (max-width: 768px) {
.shopy-btn {
padding: 6px 20px;
font-size: 13px;
width: 100px;
height: 30px;
}
}