Mercurial > libervia-templates
changeset 262:23180988ee6b
bulma (css): added `icon_animate_spin` class
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 01 Aug 2020 17:01:31 +0200 |
parents | b680ce7ba004 |
children | 878e7aee0e4a |
files | sat_templates/templates/bulma/static/styles.css |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Sat Aug 01 17:01:31 2020 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Sat Aug 01 17:01:31 2020 +0200 @@ -325,3 +325,12 @@ .tab__page.state_clicked { display: block; } + +/********* + * icons * + *********/ + +.icon_animate_spin { + animation: spin 2s infinite linear; + display: inline-block; +}