-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss__menu.css
More file actions
91 lines (84 loc) · 2.35 KB
/
css__menu.css
File metadata and controls
91 lines (84 loc) · 2.35 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
.down {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.botonesDown__Venta {
position: relative;
left: 10px;
top: 0px;
}
.BtnAbajo___Venta--1,
.BtnAbajo___Venta--2,
.botonesDown__Venta {
color: #fff;
background-color: #337ab7;
border-color: #2e6da4;
border-radius: 5px;
background-image: -webkit-linear-gradient(45deg, #1e0259 50%, transparent 50%);
background-image: linear-gradient(45deg, #120572 50%, transparent 50%);
background-position: 100%;
background-size: 400%;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
letter-spacing: 1px;
}
.botonesDown__Venta:hover,
.BtnAbajo___Venta--1:hover,
.BtnAbajo___Venta--2:hover,
.BtnAbajo___Compra--1:hover,
.BtnAbajo___Compra--2:hover,
.botonesDown__Comprar:hover,
.botonesDown__Explica:hover {
background-position: 0;
}
.botonesDown__Comprar {
position: relative;
left: 10px;
top: 0px;
}
.BtnAbajo___Compra--1,
.BtnAbajo___Compra--2,
.botonesDown__Comprar {
color: #fff;
background-color: #33b7b0;
border-color: #238184;
border-radius: 5px;
background-image: -webkit-linear-gradient(45deg, #073638 50%, transparent 50%);
background-image: linear-gradient(45deg, #043c50 50%, transparent 50%);
background-position: 100%;
background-size: 400%;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
letter-spacing: 1px;
}
.botonesDown__Explica {
color: #fff;
background-color: #33b742;
border-color: #13572c;
position: relative;
left: 10px;
top: 0px;
border-radius: 5px;
background-image: -webkit-linear-gradient(45deg, #07381a 50%, transparent 50%);
background-image: linear-gradient(45deg, #045038 50%, transparent 50%);
background-position: 100%;
background-size: 400%;
-webkit-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
letter-spacing: 1px;
}
.BtnAbajo {
position: absolute;
left: 10px;
top: 30px;
text-align: left;
width: 200px;
height: 150px;
}