add chili widgets rendering to intonation + improve responsive
Merge request reports
Activity
assigned to @gloas
added WIP Katsiana label
added 9 commits
-
74724396...d32c3580 - 8 commits from branch
master
- 82388ce9 - add chili widgets rendering to intonation + improve responsive
-
74724396...d32c3580 - 8 commits from branch
added 1 commit
- af585ba2 - add chili widgets rendering to intonation + improve responsive
added 1 commit
- ca7f9192 - add chili widgets rendering to intonation + improve responsive
added 1 commit
- 5b4db9ca - add chili widgets rendering to intonation + improve responsive
added 1 commit
- a68ac443 - add chili widgets rendering to intonation + improve responsive
added 1 commit
- 006616aa - add chili widgets rendering to intonation + improve responsive
added 11 commits
-
006616aa...3571bddf - 10 commits from branch
master
- 04d91414 - add chili widgets rendering to intonation + improve responsive
-
006616aa...3571bddf - 10 commits from branch
added 1 commit
- 3def5bc6 - add chili widgets rendering to intonation + improve responsive
added 1 commit
- 41ee4841 - add chili widgets rendering to intonation + improve responsive
- responsive_multiple_carousel : ajout de class pour différencier un carousel 3 et 5 colonnes pour ajouter des card-width sur les enfants
- Carousel 5 colonnes n'est pas responsive en 3 colonnes comme les autres à partir de 1199px, mais lui, c'est à partir de 991px
- Pas les mêmes comportements pour les 2 éléments ci-dessous :
- Carousel avec mise en avant + description : grand élément image avec hover + 3 autres descriptions, normal ?
- Carousel avec mise en avant + média : grand élément image avec hover + 3 autres images
- Herisson: refaire css, carousel 5 > 3 qui passe sur 2 lignes
-
ligne 1871:
@media (max-width: 800px) and (min-width: 575px) { .card-deck-medium { grid-template-columns: repeat(2, auto) !important; } } -
ligne 1846:
@media (max-width: 1200px) { .card-deck-medium > .card_template { width: 240px; } } -
ligne 1733:
@media (max-width: 1500px) { .card-deck-medium > .card_template { width: 365px; } } -
Intonation ligne 846: /!\ peut impacter d'autres éléments ailleurs
@media (min-width: 992px) { .card_grid { grid-template-columns: repeat(4, auto); } }
Edited by Katsiana- Resolved by Ghislain Loas
added 1 commit
- f8278e61 - add chili widgets rendering to intonation + improve responsive
added 1 commit
- 45ccb3e8 - add chili widgets rendering to intonation + improve responsive
added 1 commit
- 8beda24a - add chili widgets rendering to intonation + improve responsive
added 1 commit
- 9b49d0fa - add chili widgets rendering to intonation + improve responsive
- Resolved by Ghislain Loas
Ajouter Intonation :
Carousel Mise en avant à droite : (left_highlight_column)
.highlight_carousel_xl .left_highlight_column .img_as_background .card-img.img-fluid { max-height: 100% !important; max-width: 100% !important; height: auto !important; width: 100% !important; }
Edited by Katsiana