Commit f289f7e3564491cc772c3178196c0cccfb5bdcc6
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !152
Showing
6 changed files
Show diff stats
img/axionDiesel.png
17.1 KB
img/axionEuroDiesel.png
22.7 KB
img/axionPremium.png
22.1 KB
img/axionSuper.png
18.9 KB
img/productoDefault.png
2.59 KB
src/sass/_botonera-secundaria.scss
1 | .botonera-secundaria { | 1 | .botonera-secundaria { |
2 | .row { | 2 | .row { |
3 | border-radius: 5px; | 3 | border-radius: 5px; |
4 | overflow: hidden; | 4 | overflow: hidden; |
5 | } | 5 | } |
6 | .btn-xs { | 6 | .btn-xs { |
7 | display: grid; | 7 | display: grid; |
8 | border-width: 3px !important; | 8 | border-width: 3px !important; |
9 | border-radius: .7rem !important; | 9 | border-radius: .7rem !important; |
10 | margin-right: 1px; | 10 | margin-right: 1px; |
11 | width: calc(100% - 1px); | 11 | width: calc(100% - 1px); |
12 | margin-bottom: 1px; | 12 | margin-bottom: 1px; |
13 | &:hover{ | 13 | &:hover{ |
14 | background-color: #cd903550 ; | 14 | background-color: #cd903550 ; |
15 | border-color: #cd9035 !important; | 15 | border-color: #cd9035 !important; |
16 | } | 16 | } |
17 | &:focus{ | 17 | &:focus{ |
18 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); | 18 | box-shadow: 0 0 0 0.2rem rgb(216, 176, 125); |
19 | } | 19 | } |
20 | img{ | 20 | img{ |
21 | width: 40%; | 21 | width: 40%; |
22 | margin: auto | 22 | margin: auto |
23 | } | 23 | } |
24 | span{ | 24 | span{ |
25 | font-size: 11px; | 25 | font-size: 11px; |
26 | margin-left: -.25rem; | 26 | margin-left: -.25rem; |
27 | margin-right: -.25rem; | 27 | margin-right: -.25rem; |
28 | } | 28 | } |
29 | } | 29 | } |
30 | .btn-tarjeta { | 30 | .btn-tarjeta { |
31 | border-width: 3px !important; | 31 | border-width: 3px !important; |
32 | border-radius: .7rem !important; | 32 | border-radius: .7rem !important; |
33 | &:hover{ | 33 | &:hover{ |
34 | background-color: #cd903550 ; | 34 | background-color: #cd903550 ; |
35 | border-color: #cd9035 !important; | 35 | border-color: #cd9035 !important; |
36 | } | 36 | } |
37 | &:focus{ | 37 | &:focus{ |
38 | box-shadow: none; | 38 | box-shadow: none; |
39 | border-color: #cd9035 !important; | 39 | border-color: #cd9035 !important; |
40 | } | 40 | } |
41 | img{ | 41 | img{ |
42 | width: 5em; | 42 | width: 5em; |
43 | margin: auto | 43 | margin: auto |
44 | } | 44 | } |
45 | } | 45 | } |
46 | .btn-producto { | 46 | .btn-producto { |
47 | border-width: 3px !important; | 47 | border-width: 3px !important; |
48 | border-radius: .7rem !important; | 48 | border-radius: .7rem !important; |
49 | &:hover{ | 49 | &:hover{ |
50 | background-color: #cd903550 ; | 50 | background-color: #cd903550 ; |
51 | border-color: #cd9035 !important; | 51 | border-color: #cd9035 !important; |
52 | } | 52 | } |
53 | &:focus{ | 53 | &:focus{ |
54 | box-shadow: none; | 54 | box-shadow: none; |
55 | border-color: #cd9035 !important; | 55 | border-color: #cd9035 !important; |
56 | } | 56 | } |
57 | img{ | 57 | img{ |
58 | width: 100%; | 58 | width: 100%; |
59 | margin: auto | 59 | margin: auto |
60 | } | 60 | } |
61 | } | 61 | } |
62 | .btn-producto-default { | ||
63 | border-width: 3px !important; | ||
64 | border-radius: .7rem !important; | ||
65 | &:hover{ | ||
66 | background-color: #cd903550 ; | ||
67 | border-color: #cd9035 !important; | ||
68 | } | ||
69 | &:focus{ | ||
70 | box-shadow: none; | ||
71 | border-color: #cd9035 !important; | ||
72 | } | ||
73 | img{ | ||
74 | width: 60%; | ||
75 | margin: auto | ||
76 | } | ||
77 | } | ||
62 | @media(max-width: 992px){ | 78 | @media(max-width: 992px){ |
63 | .btn-xs{ | 79 | .btn-xs{ |
64 | font-weight: 700; | 80 | font-weight: 700; |
65 | } | 81 | } |
66 | } | 82 | } |
67 | @media(min-width: 1200px){ | 83 | @media(min-width: 1200px){ |
68 | .btn-xs{ | 84 | .btn-xs{ |
69 | height: 85px !important; | 85 | height: 85px !important; |
70 | } | 86 | } |
71 | .foca-facturador-px{ | 87 | .foca-facturador-px{ |
72 | padding-left: 3rem; | 88 | padding-left: 3rem; |
73 | padding-right: 3rem; | 89 | padding-right: 3rem; |
74 | } | 90 | } |
75 | } | 91 | } |
76 | 92 | ||
77 | @media(min-width: 992px) and (max-width: 1200px){ | 93 | @media(min-width: 992px) and (max-width: 1200px){ |
78 | .btn-xs{ | 94 | .btn-xs{ |
79 | height: 73px !important; | 95 | height: 73px !important; |
80 | } | 96 | } |
81 | } | 97 | } |
82 | 98 | ||
83 | @media(min-width: 768px) and (max-width: 992px){ | 99 | @media(min-width: 768px) and (max-width: 992px){ |
84 | .btn-xs{ | 100 | .btn-xs{ |
85 | height: 62px !important; | 101 | height: 62px !important; |
86 | } | 102 | } |
87 | } | 103 | } |
88 | 104 | ||
89 | @media(min-width: 576px) and (max-width: 768px){ | 105 | @media(min-width: 576px) and (max-width: 768px){ |
90 | .btn-xs{ | 106 | .btn-xs{ |
91 | max-height: 51px; | 107 | max-height: 51px; |
92 | } | 108 | } |
93 | } | 109 | } |
94 | 110 | ||
95 | @media(max-width: 576px) { | 111 | @media(max-width: 576px) { |
96 | .btn-xs{ | 112 | .btn-xs{ |
97 | max-height: 22vw; | 113 | max-height: 22vw; |
98 | } | 114 | } |
99 | } | 115 | } |
100 | 116 | ||
101 | } | 117 | } |
102 | .foca-overflow-hidden{ | 118 | .foca-overflow-hidden{ |
103 | overflow: hidden; | 119 | overflow: hidden; |
104 | text-overflow: ellipsis; | 120 | text-overflow: ellipsis; |
105 | white-space: nowrap; | 121 | white-space: nowrap; |
106 | } | 122 | } |
107 | 123 | ||
108 | .foca-boton-facturador-right { | 124 | .foca-boton-facturador-right { |
109 | right: 5; | 125 | right: 5; |
110 | } | 126 | } |
111 | 127 |