Commit c7beba7dd295ebc0139906d12e39933466b561fb

Authored by Eric Fernandez

Merge branch 'master' into 'master'

Master(mpuebla)

See merge request !1

736 KB | W: | H:

10 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

5.07 KB

3.85 KB

5.83 KB

... ... @@ -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/_contenedor.scss
1 1 body {
2   - background-color: #cccccc;
  2 + background: linear-gradient(0deg, hsl(0, 0%, 70%),hsl(0, 0%, 90%));
3 3 }
4 4  
5 5 .contenedor {
src/sass/_swiper.scss
... ... @@ -15,7 +15,7 @@
15 15 height: 430px;
16 16 }
17 17 &-pagination{
18   - background: #CCC;
  18 + background: none;
19 19 padding: 0.5rem;
20 20 }
21 21 }
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 +}