| Path : /var/www/html/sistemas/saplxi/public/css/pages/ |
| Current File : /var/www/html/sistemas/saplxi/public/css/pages/charts-sparkline.css |
/*
* Sparkline Charts
*/
#materialize-sparkline .card
{
overflow: hidden;
}
#materialize-sparkline .display-flex
{
flex-direction: row-reverse;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
}