-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
105 lines (104 loc) · 1.72 KB
/
styles.css
File metadata and controls
105 lines (104 loc) · 1.72 KB
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
body
{
background: url('scripts/background.png');
padding-top: 50px;
}
.productCont
{
background-color: white;
display: none;
}
#btnAcceptUI{
visibility: hidden;
}
.shopping-cart {
/* width: 750px; */
/* height: 423px; */
margin: 28px auto;
/* background: #FFFFFF; */
/* box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10); */
/* border-radius: 6px; */
display: flex;
flex-direction: column;
}
.title {
height: 60px;
border-bottom: 1px solid #E1E8EE;
padding: 20px 30px;
color: #5E6977;
font-size: 18px;
font-weight: 400;
}
.item {
padding: 20px 30px;
height: 120px;
display: flex;
}
.image {
margin-right: 50px;
}
.image img{
width: 100px;
height: 110px;
}
.description span:first-child {
margin-bottom: 5px;
}
.description span {
display: block;
font-size: 14px;
color: #43484D;
font-weight: 400;
}
.description span:last-child {
font-weight: 300;
margin-top: 8px;
color: #86939E;
}
.quantity {
padding-top: 20px;
margin-right: 60px;
}
.quantity input {
-webkit-appearance: none;
border: none;
text-align: center;
width: 35px;
font-size: 16px;
color: #43484D;
font-weight: 300;
}
.total-price {
width: 83px;
padding-top: 27px;
text-align: center;
font-size: 16px;
color: #43484D;
font-weight: 300;
}
.content{
margin: 20px 10px 10px 0;
}
.btnpay{
margin-right: 15px;
}
input[type='text']
{
margin-bottom: 12px;
}
.hideElement{
display: none;
}
.paymentDiv{
margin: 15px 15px 15px 30px;
}
.cartLabels{
padding: 15px 0 10px 0;
text-align: right;
margin-right: 22%;
color: #86939E;
}
.alert{
margin: 20px 0 10px 5px;
display: none;
}