Commit dfbd18dcf02c67e67300d0fe9c6c1dcca3c54c50

Authored by Marcelo Puebla
Exists in master

Merge branch 'develop' of git.focasoftware.com:npm/wrapper-demo

img/FechaEntrega.png

4.63 KB

img/clientePrincipal.png

5.5 KB

img/fechaDeReparto.png

4.19 KB

img/parametrizar.png

10.1 KB | W: | H:

10.6 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/sass/_botonera-principal.scss
... ... @@ -201,6 +201,14 @@
201 201 background-size: 90px 90px;
202 202 }
203 203 }
  204 +
  205 + &-cliente {
  206 + & button {
  207 + background-image: url('../img/clientePrincipal.png');
  208 + background-size: 90px 90px;
  209 + }
  210 + }
  211 +
204 212 &-parametros {
205 213 & button {
206 214 background-image: url('../img/parametrizar.png');
src/sass/_tabla.scss
... ... @@ -26,9 +26,3 @@
26 26 }
27 27  
28 28 }
29   -.table-sm {
30   - th,
31   - td {
32   - white-space: nowrap !important;
33   - }
34   -}
src/sass/general.scss
... ... @@ -134,6 +134,22 @@ input[type="file"] {
134 134 }
135 135 }
136 136  
  137 +.btn-enviar {
  138 + background-color: white;
  139 + border-color: #cd9035;
  140 + &:focus {
  141 + box-shadow: none !important;
  142 + }
  143 + &:hover {
  144 + border-color: $primaryTransparency !important;
  145 + background-color: $primaryTransparency !important;
  146 + }
  147 + &:active{
  148 + background-color: $primary !important;
  149 + box-shadow: 0px 0px 0px 3px $primaryTransparency !important;
  150 + }
  151 +}
  152 +
137 153 .btn-primary {
138 154 background-color: $primary !important;
139 155 border-color: $primary !important;