Commit aa4057f4a7fa55cd3ef89753ca4598526dc1e3cf
Exists in
develop
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !72
Showing
2 changed files
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
... | ... | @@ -59,8 +59,16 @@ |
59 | 59 | </div> |
60 | 60 | |
61 | 61 | <ng-template #templateGoCaja> |
62 | - <div class="bg-primary rounded shadow text-white"> | |
63 | - <div class="modal-body text-center h1 my-4"> | |
62 | + <div class="col-12 bg-primary rounded shadow text-white"> | |
63 | + <div class="row justify-content-center"> | |
64 | + <img | |
65 | + draggable="false" | |
66 | + ondragstart="return false;" | |
67 | + (contextmenu)="false" | |
68 | + class="align-self-center mt-4" | |
69 | + src="assets/img/icono-cajero.svg"> | |
70 | + </div> | |
71 | + <div class="modal-body text-center h1 mt-2 mb-4"> | |
64 | 72 | Por favor, hacé tu pedido en la caja. |
65 | 73 | </div> |
66 | 74 | </div> |
src/assets/img/icono-cajero.svg
... | ... | @@ -0,0 +1,18 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |
3 | +<!-- Creator: CorelDRAW X7 --> | |
4 | +<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="28.2891mm" height="26.3307mm" version="1.1" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd" | |
5 | +viewBox="0 0 380 354" | |
6 | + xmlns:xlink="http://www.w3.org/1999/xlink"> | |
7 | + <defs> | |
8 | + <style type="text/css"> | |
9 | + <![CDATA[ | |
10 | + .fil0 {fill:#FFAF00} | |
11 | + ]]> | |
12 | + </style> | |
13 | + </defs> | |
14 | + <g id="Capa_x0020_1"> | |
15 | + <metadata id="CorelCorpID_0Corel-Layer"/> | |
16 | + <path class="fil0" d="M0 272l0 82 380 0 0 -82 -17 0c-11,-58 -21,-113 -32,-172 -2,-8 -8,-13 -15,-13l-31 0 0 -19 14 0c10,0 17,-8 17,-20l-1 -29c-1,-14 -6,-18 -19,-19l-79 0c-13,0 -19,5 -20,19 0,8 -1,32 1,38 3,8 8,10 14,11 4,0 8,0 15,0l0 19 -69 0 0 -24c0,-11 -5,-15 -15,-15l-54 0c-11,0 -15,4 -15,18l0 21c-3,0 -6,0 -9,0 -10,0 -15,5 -17,14l-30 171 -18 0zm26 -1l328 1c-11,-57 -21,-111 -31,-168 -1,-5 -6,-8 -10,-8l-155 0 0 83 15 0 1 7c-3,2 0,1 -6,2l-21 0c-21,0 -75,2 -90,0l1 -8 17 -1 -1 -82c-2,0 -3,-1 -5,-1 -8,0 -10,2 -12,9l-31 166zm-17 73l361 1 1 -64 -362 0 0 63zm75 -165l65 0 -1 -115c-1,-5 -3,-7 -9,-7l-47 0c-6,0 -9,2 -9,12l1 110zm120 -6l103 0 1 -52 -103 -1 -1 53zm15 -115l78 0c5,0 9,-4 9,-11l-1 -28c0,-6 -1,-9 -6,-9 -20,-2 -59,-1 -79,-1 -11,0 -15,4 -14,14 0,8 0,16 0,24 0,7 2,11 13,11zm-6 99l1 7 67 0c20,0 18,7 18,-33 -29,-2 -57,-2 -86,-2l0 28zm-29 138c-28,12 -9,45 13,36 23,-9 10,-46 -13,-36zm53 -208l38 0 1 -19 -39 -1 0 20zm-143 41c1,11 -6,7 30,8l14 0 0 -9c-17,0 -34,-2 -42,1 -1,0 -1,0 -2,0zm0 -23l0 5 44 2 0 -9 -32 0c-1,0 -6,0 -6,0 -6,1 -2,0 -6,2zm0 -25c1,11 -2,6 6,8l38 0 0 -9 -44 1zm92 223c-13,11 -3,23 7,20 10,-3 12,-20 -7,-20zm-85 -145c7,3 21,2 30,2l0 -8c-5,-2 -12,-1 -18,-1 -11,-1 -12,-3 -12,7zm103 47l24 0 0 -9 -24 0 0 9zm41 0l24 0 0 -9 -24 0 0 9zm0 51l24 0 0 -9 -24 0 0 9zm-41 -25l24 0 0 -10 -24 1 0 9zm41 0l24 0 0 -9 -24 -1 0 10zm-41 25c8,0 19,1 24,-2l0 -8 -24 1 0 9zm81 -51l22 0 1 -8 -22 -1 -1 9zm1 50l21 1 1 -9 -23 0 1 8zm-1 -25l23 0 0 -8 -22 0 -1 8z"/> | |
17 | + </g> | |
18 | +</svg> |