-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcart.css
66 lines (63 loc) · 931 Bytes
/
cart.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
.ca_1{
font-size: medium;
}
.ca_2{
font-size: large;
}
.inp{
font-size: 15px;
max-height: 36px;
max-width: 36px;
}
.total{
margin-top: 60px;
margin-bottom: 100px;
max-width: 900px;
}
.title{
position: relative;
top: 8px;
}
hr{
border: 2px solid #ff523b;
}
.button{
background: none;
outline: none;
border: none;
}
@media (max-width: 576px){
.title{
padding-bottom: 13px;
}
.img_2{
max-width: 100px;
margin: auto;
}
.ca_1{
display: none;
}
.col-sm-8{
text-align: center;
}
.ca_2{
font-size: 16px;
}
.inp{
position: relative;
left: 35px;
}
.inp_1{
position: relative;
bottom: 20px;
}
.inp_2{
position: relative;
bottom: 30px;
}
.inp_3{
position: relative;
top: 30px;
left: 2px;
}
}