Mercurial > libervia-templates
diff sat_templates/templates/default/components/block.html @ 172:4a03d0a6839b
css (styles): various styles improvments:
- work on list
- new paired-slides class
- box-medium is a larger than before
- use --text modified when size is 1em
- added several list modifiers classes
- added several box modifiers
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 Jan 2019 20:22:18 +0100 |
parents | e9f0a4215e46 |
children | 03c8fd941c0c |
line wrap: on
line diff
--- a/sat_templates/templates/default/components/block.html Fri Jan 25 11:28:41 2019 +0100 +++ b/sat_templates/templates/default/components/block.html Sat Jan 26 20:22:18 2019 +0100 @@ -25,7 +25,7 @@ {% for disco_entity in disco_entities %} <li class='grid__item grid__item--medium grid__item--selectable'> <a href="{{disco_entity.url}}" class="items_vert--centered"> - {{ icon(icon_name, cls='icon--medium') }} + {{ icon(icon_name, cls='icon--block icon--medium') }} <span>{{ disco_entity.name }}</span> </a> </li>