-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
120 lines (95 loc) · 1.75 KB
/
style2.css
File metadata and controls
120 lines (95 loc) · 1.75 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
.text-codo {
color: #97c93e !important;
}
.btn-codo {
background-color: #97c93e;
color: white;
}
.btn-codo:hover {
background-color: #82ad36;
}
#header img {
width: 80px;
}
#main .carousel-inner img {
max-height: 70vh;
object-fit: cover;
filter: grayscale(70%);
}
#carousel {
position: relative;
}
#carousel .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
color: white;
}
#carousel .overlay .container,
#carousel .overlay .row {
height: 100%;
}
#place-time {
background-color: #343a40;
color: white;
}
#place-time img {
max-width: 100%;
}
#footer {
background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372);
}
#footer a {
color: white;
}
/* #totalCompra {
display: none;
} */
/*Tabla Precios*/
div.tabla-precio {
border: 1px solid #e1e1e1;
background-color: #ffffff;
padding: 40px 0;
text-align: center;
}
div.tabla-precio ul li {
font-family: 'PT Sans', sans-serif;
font-size: 14px;
margin-bottom: 20px;
text-transform: uppercase;
color: #868686;
line-height: 26px;
}
div.tabla-precio ul li:before {
font-family: 'FontAwesome';
display: inline-block;
vertical-align: top;
padding: 0 5px;
font-size: 20px;
color: green;
}
div.tabla-precio h3 {
font-family: 'Oswald', sans-serif;
font-size:16px;
text-transform: uppercase;
}
div.tabla-precio p.numero {
color: #000000;
margin: 20px 0;
}
div.extras div.orden {
text-align: left;
margin-bottom: 10px;
}
div.extras div.orden input {
margin: 10px 0 0 0 ;
}
.card {
display: inline-block;
}
/* #totalCompra {
display: none;
} */