-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
167 lines (154 loc) · 2.73 KB
/
style.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
body {
margin: 30px;
padding: 10px
}
.main {
text-align: center;
}
.sub-title-cont {
background-color: #0098D3;
color: white;
background-image: linear-gradient(315deg, #3498DA 0%, #0098D3 74%);
opacity: 0.8;
}
.sub-title {
font-size: 24px;
font-family: 'Titillium Web', sans-serif !important;
letter-spacing: 1px;
}
.col-5-half {
@extend .col-xl-5;
width: 20.833333335%;
}
@media (max-width: 1050px) {
.hidden-sm {
display: none !important;
}
body {
margin: 0;
padding: 0;
}
}
@media (max-width: 600px) {
.border-left {
border: none; !important;
}
.right {
border: none; !important;
}
}
.top1 {
padding-top: 1%;
}
.top3 {
padding-top: 3%;
}
.top3m {
margin-top: 3%;
}
.bot1 {
padding-bottom: 1%;
}
.bot3 {
padding-bottom: 3%;
}
.left1 {
padding-left: 1%;
}
.left2 {
padding-left: 2%;
}
.left3 {
padding-left: 3%;
}
.right1 {
padding-right: 1%;
}
.right2 {
padding-right: 2%;
}
.right3 {
padding-right: 3%;
}
.inside {
font-family: 'Titillium Web', sans-serif !important;
margin: 10px;
margin-right: 36px;
font-size: 17px;
}
.inside ul {
padding-left: 7%;
}
.ghost-td {
border-top: none; !important;
}
.return-list {
padding-left: 20px;
}
.return-sub-txt {
font-size: 15px;
color: rgb(72, 99, 111);
line-height: 140%;
padding-top: 2px;
}
.return-txt {
margin-left: 7px;
}
.return-sub-title {
font-size: 18px;
color: rgb(25, 42, 50);
font-weight: bold;
}
.return-section {
padding: 7px;
font-family: 'Titillium Web', sans-serif !important;
}
.shadow {
margin: 10px;
box-shadow: 0 0 0 0 lightgrey;
}
.wrapper-left {
width: 250px; /* 20px smaller, to fit the paddings on the sides */
height: 280px;
margin: 20px;
background-color: white;
font-family: "proximanova", sans-serif
}
.price {
font-size: 19px;
padding-right: 3px;
color: rgb(25, 42, 50);
}
.ori-price {
color: rgb(72, 99, 111);
font-size: 15px;
text-decoration: line-through;
}
.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.discount {
position: absolute;
top: 0;
left: 0;
padding: 4px 6px;
background-color: rgb(25, 42, 50);
color: rgb(248, 250, 251);
font-weight: 400;
display: block;
}
.parent {
position: relative;
}
li {
padding-top: 12px;
text-align: justify;
}
.manufacturer-name {
font-size: 20px;
color: #A8B6BA;
font-family: 'Open Sans', sans-serif;
}
.main_img {
padding-top: 5%;
padding-bottom: 5%;
}