Skip to content

Commit c8d4ddc

Browse files
committed
e-commerse
0 parents  commit c8d4ddc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+17742
-0
lines changed

css/all.min.css

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/aos.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/fonts.css

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*---------------Font: plex_serif-----------------*/
2+
@font-face{
3+
font-family: plex_serif;
4+
src: url("../Fonts/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf");
5+
}
6+
7+
/*---------------Font: abel-----------------*/
8+
@font-face{
9+
font-family: abel;
10+
src: url("../Fonts/Abel/Abel-Regular.ttf");
11+
}

css/loggedIn.css

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
2+
.card {
3+
position: relative;
4+
margin-bottom: 1.5rem;
5+
width: 100%;
6+
border-radius: 15px;
7+
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.20) !important;
8+
}
9+
10+
.card-status {
11+
position: absolute;
12+
top: -1px;
13+
left: 0px;
14+
right: 0px;
15+
height: 3px;
16+
border-radius: 7px 7px 0 0;
17+
background: rgba(0, 40, 100, 0.12);
18+
}
19+
20+
.bg-blue {
21+
background-color: #0061da !important;
22+
color: #fff !important;
23+
}
24+
25+
.text-blue {
26+
color: #0061da !important;
27+
}
28+
29+
.card-status-left {
30+
right: auto;
31+
bottom: 0;
32+
height: auto;
33+
width: 3px;
34+
border-radius: 3px 0 0 3px;
35+
}
36+
37+
.bg-cyan {
38+
background-color: #17a2b8 !important;
39+
color: #fff !important;
40+
}
41+
42+
.text-cyan {
43+
color: #17a2b8 !important;
44+
}
45+
46+
.bg-orange {
47+
background-color: #fc7303 !important;
48+
color: #fff !important;
49+
}
50+
51+
.text-orange {
52+
color: #fc7303 !important;
53+
}
54+
55+
.bg-red {
56+
background-color: #f5365c !important;
57+
color: #fff !important;
58+
}
59+
60+
.text-red {
61+
color: #f5365c !important;
62+
}
63+
64+
.bg-yellow {
65+
background-color: #ecb403 !important;
66+
color: #fff !important;
67+
}
68+
69+
.text-yellow {
70+
color: #ecb403 !important;
71+
}

css/owl.carousel.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/owl.theme.default.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/store.css

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
.store{
2+
font-family: roboto;
3+
}
4+
.coupons{
5+
margin: 40px auto;
6+
}
7+
8+
.coupons button strong{
9+
font-size: 25px;
10+
font-weight: bold;
11+
}
12+
13+
.coupons button:hover strong{
14+
color: black;
15+
}
16+
17+
.cashback{
18+
margin: 0 auto;
19+
}
20+
21+
.cashback button strong {
22+
font-size: 25px;
23+
font-weight: bold;
24+
}
25+
26+
.cashback button:hover strong {
27+
color: black;
28+
}
29+
30+
.email-form{
31+
width: 100%;
32+
}
33+
.form{
34+
margin: 0 auto;
35+
}
36+
37+
.email-form{
38+
margin-top: 20px;
39+
margin-bottom: 40px;
40+
}
41+
42+
.form-check{
43+
margin-bottom: 20px;
44+
}

0 commit comments

Comments
 (0)