Commit 02c76efa3255917b51707941b63d5b65f0ffa24b

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'develop'

Master

See merge request !117
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/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;