Commit af871bc6b55d3ba942889bd02b05ca6282ecdcc7

Authored by Marcelo Puebla
1 parent f9a4d57903
Exists in master

Cambios de estilos.

... ... @@ -111,7 +111,7 @@
111 111 <style>
112 112 </style>
113 113 <foca-nombre-empresa></foca-nombre-empresa>
114   - <div ng-view class="container contenedor"></div>
  114 + <div ng-view class="container"></div>
115 115 <div ng-controller="appWrapperFacturadorController" class="teclado-container container d-none d-md-block ">
116 116 <foca-botonera-lateral></foca-botonera-lateral>
117 117 <foca-teclado
src/sass/_bootstrap.scss
... ... @@ -91,3 +91,11 @@ input[type=&quot;number&quot;]::-webkit-outer-spin-button {
91 91 .border-warning {
92 92 border-color: #cd9035 !important;
93 93 }
  94 +
  95 +.rounded-1 {
  96 + border-radius: .25rem!important;
  97 +}
  98 +
  99 +.rounded-2 {
  100 + border-radius: .5rem!important;
  101 +}
94 102 \ No newline at end of file
src/sass/_botonera-principal.scss
... ... @@ -5,7 +5,7 @@
5 5 text-align: center;
6 6 width: 180px;
7 7 @media (max-width: 576px) {
8   - width: 100%;
  8 + width: 50%;
9 9 }
10 10 @media (min-width: 992px) and (max-width: 1200px) {
11 11 width: 150px;
src/sass/general.scss
... ... @@ -378,3 +378,7 @@ button.clear-input {
378 378 transform: translateY(0);
379 379 }
380 380 }
  381 +
  382 +.bg-gray-gradient {
  383 + background: linear-gradient(0deg, hsl(0, 0%, 90%),hsl(0, 0%, 70%));
  384 +}