Mercurial > libervia-templates
view sat_templates/templates/bulma/photo/slideshow.html @ 402:2bbcb7da56bc default tip
bulma: use Font-Awesome instead of Fontello + start of major redesign:
- Font-Awesome is now used instead of Fontello, following change in Libervia Media.
- This is a beginning of a major redesign of the web templates/web frontend. This
currently breaks a lot of thing.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Oct 2024 22:53:26 +0200 |
parents | 9731b71ffa53 |
children |
line wrap: on
line source
<div class="slideshow"> <button class="delete is-large click_to_close slideshow_control"></button> <div class="click_to_comment slideshow_control"> <span class='comments__count'></span> <i class="icon-comment-empty is-size-3"></i> </div> <div class="swiper-container"> <div class="swiper-wrapper"></div> <div class="swiper-pagination slideshow_control"></div> <div class="swiper-button-prev slideshow_control"></div> <div class="swiper-button-next slideshow_control"></div> <div class="swiper-scrollbar slideshow_control"></div> </div> </div>