Mercurial > libervia-templates
comparison sat_templates/templates/bulma/static/styles.css @ 361:e44c0627d00b
bulma (css): use current color for SVG icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 22 Jun 2023 16:31:26 +0200 |
parents | e3e11ced9f8f |
children | 281d1c958d56 |
comparison
equal
deleted
inserted
replaced
360:c98a0a4a3fd0 | 361:e44c0627d00b |
---|---|
584 | 584 |
585 /********* | 585 /********* |
586 * icons * | 586 * icons * |
587 *********/ | 587 *********/ |
588 | 588 |
589 .svg-icon { | |
590 fill: currentColor; | |
591 } | |
592 | |
589 .icon_animate_spin { | 593 .icon_animate_spin { |
590 animation: spin 2s infinite linear; | 594 animation: spin 2s infinite linear; |
591 display: inline-block; | 595 display: inline-block; |
592 } | 596 } |
593 | 597 |