Commit badd873503c1978682924870c75907b4e5de66db
1 parent
66040af53e
Exists in
develop
Add
Transicion a boton de categorias
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.scss
... | ... | @@ -5,6 +5,7 @@ $primary: #aa006b; |
5 | 5 | } |
6 | 6 | |
7 | 7 | .active { |
8 | + transition: 0.3s; | |
8 | 9 | background-color: white; |
9 | 10 | border-bottom: 3px solid $primary !important; |
10 | 11 | border-top: 3px solid $primary !important; |
... | ... | @@ -42,7 +43,8 @@ $primary: #aa006b; |
42 | 43 | line-height: 1.2; |
43 | 44 | } |
44 | 45 | |
45 | -#content.media-pantalla,#boxCarrito.media-pantalla { | |
46 | +#content.media-pantalla, | |
47 | +#boxCarrito.media-pantalla { | |
46 | 48 | max-height: 60% !important; |
47 | 49 | } |
48 | 50 | |
... | ... | @@ -51,7 +53,7 @@ $primary: #aa006b; |
51 | 53 | height: 76% !important; |
52 | 54 | } |
53 | 55 | |
54 | -.cat-box.media-pantalla{ | |
56 | +.cat-box.media-pantalla { | |
55 | 57 | height: calc(100% - 85px) !important; |
56 | 58 | } |
57 | 59 |