-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (48 loc) · 1.4 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
#shopping-cart table{width:100%;background-color:#F0F0F0;}
#shopping-cart table td{background-color:#FFFFFF;}
.txt-heading{
padding: 10px 10px;
color: #FFF;
background: #6aadf1;
margin-bottom:10px;
}
a.btnRemoveAction{color:#D60202;border:0;padding:2px 10px;font-size:0.9em;}
a.btnRemoveAction:visited{color:#D60202;border:0;padding:2px 10px;font-size:0.9em;}
#btnEmpty {
background-color: #ffffff;
border: #FFF 1px solid;
padding: 1px 10px;
color: #ff0000;
font-size: 0.8em;
float: right;
text-decoration: none;
border-radius: 4px;
}
.btnAddAction{
}
#shopping-cart {margin-bottom:30px;}
.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}
#product-grid {}
.product-item {width:258px!important; float:left; background: #FFF; margin:15px 15px; padding:5px;border:#DDD 1px solid;border-radius:3px;}
.product-item div{text-align:center; margin:10px;}
.product-price {
text-align:left;
color: #005dbb;
font-weight: 100;
font-size:10px;
}
.product-image img{width:230px!important;height:240px!important;background-color:#FFF;}
.clear-float{clear:both;}
input[name="quantity"]{
clear:both;
border-radius:2px;border:#CCC 1px solid;padding:2px 1px;
font-weight:300!important;
font-size:13px!important;
text-align:center;
}
input[name="btnAddAction"]{
background-color: #000; border: 0;
padding: 3px 10px;
color: #ffffff;
border-radius: 2px;
}