Commit 77403c1c3494ad15d180980b29e0acabe5f5279f

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !12
src/views/botonera-lateral.html
... ... @@ -8,7 +8,7 @@
8 8 ladda="botones.guardando"
9 9 data-spinner-size="30"
10 10 data-spinner-color="#000000"
11   - class="mb-2 border border-dark rounded"
  11 + class="mb-2 border rounded"
12 12 >
13 13 <button
14 14 id="guardar"
... ... @@ -26,7 +26,7 @@
26 26 ng-show="botones.pausar"
27 27 type="button"
28 28 title="Pausar"
29   - class="btn btn-block border border-dark">
  29 + class="btn btn-block border">
30 30 <strong>PAUSAR</strong>
31 31 </button>
32 32 <button
... ... @@ -42,7 +42,7 @@
42 42 ng-show="botones.salir"
43 43 type="button"
44 44 title="Salir"
45   - class="btn btn-block border border-dark">
  45 + class="btn btn-block border">
46 46 <strong>SALIR</strong>
47 47 </button>
48 48 <button
... ... @@ -50,7 +50,7 @@
50 50 ng-click="boton.funcion()"
51 51 type="button"
52 52 title="{{boton.title}}"
53   - class="btn btn-block border border-dark">
  53 + class="btn btn-block border">
54 54 <strong
55 55 class="text-uppercase"
56 56 ng-bind="boton.title">