Commit c0e9b9518eba59d3541acf277027cf41c23e3770

Authored by Eric
1 parent 4cc241c9bf
Exists in master

update de demo

... ... @@ -105,7 +105,7 @@
105 105 "gulp-uglify": "^3.0.2",
106 106 "gulp-watch": "^5.0.1",
107 107 "jasmine-core": "^3.2.1",
108   - "jshint": "^2.10.1",
  108 + "jshint": "^2.10.2",
109 109 "pre-commit": "^1.2.2",
110 110 "pump": "^3.0.0"
111 111 }
src/sass/_botonera-principal.scss
... ... @@ -180,6 +180,33 @@
180 180 }
181 181 }
182 182 }
  183 + &-agendar-visita {
  184 + & button {
  185 + background-image: url('../img/agendarVisita.png');
  186 + background-size: 90px 90px;
  187 + &:hover {
  188 + background-color: rgb(250,250,250);
  189 + }
  190 + }
  191 + }
  192 + &-informes {
  193 + & button {
  194 + background-image: url('../img/informes.png');
  195 + background-size: 90px 90px;
  196 + &:hover {
  197 + background-color: rgb(250,250,250);
  198 + }
  199 + }
  200 + }
  201 + &-vendedor-cobrador {
  202 + & button {
  203 + background-image: url('../img/abmVendedorCobrador.png');
  204 + background-size: 90px 90px;
  205 + &:hover {
  206 + background-color: rgb(250,250,250);
  207 + }
  208 + }
  209 + }
183 210 .swiper-pagination {
184 211 bottom: 0px !important;
185 212 }
src/sass/general.scss
... ... @@ -74,3 +74,14 @@ input::-webkit-inner-spin-button {
74 74 top: -10px;
75 75 right: 0;
76 76 }
  77 +
  78 +button.clear-input{
  79 + cursor: pointer;
  80 + background: transparent;
  81 + border: none;
  82 + margin-left: -24px;
  83 + z-index: 9;
  84 + &:focus{
  85 + outline: none;
  86 + }
  87 +}