-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcart_confirm.css
79 lines (76 loc) · 1.25 KB
/
cart_confirm.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
.box_1{
height:500px;
box-shadow: 10px -5px 38px 0px rgba(0,0,0,0.75);
}
.btclass{
background: red;
width:50px;
height:35px;
-webkit-border-radius: 6;
-moz-border-radius: 6;
border-radius: 6px;
font-family: Georgia;
color: #ffffff;
font-size: 15px;
text-decoration: none;
}
img{
max-width: 100%;
height: auto;
}
h1{
font-family: 'Rajdhani', sans-serif;
text-align:center;
color:Red;
text-decoration:bold;
}
h4{
font-family: 'Rajdhani', sans-serif;
text-align:center;
}
h3{
font-family: 'Rajdhani', sans-serif;
font-weight: bold;
}
.dropdown-menu{
background-color:black !important;
width:250px;
}
.dropdown-menu a:hover {
background-color:#f4be41 !important;
}
a{
color:white !important;
}
.backTO{
width:50px;
height:35px;
border-radius: 1px;
font-family: Georgia;
font-size: 18px;
text-decoration: none;
color:black !important;
}
.backTO_2{
background:red;
width:auto;
height:auto;
color:white;
text-align:center;
}
.backTO_3:hover{
background:red;
}
.backTO:hover{
background:red;
}
.backTo_3{
background: white;
width:50px;
height:35px;
border-radius: 1px;
font-family: Georgia;
font-size: 18px;
text-decoration: none;
color:black !important;
}