styled changed

This commit is contained in:
Diego Najar 2019-05-09 19:32:30 +02:00
parent 38092a051c
commit de2cfeb66e
2 changed files with 3 additions and 2 deletions

View File

@ -56,7 +56,7 @@ EOF;
$title = $args['title'];
return <<<EOF
<h2 class="mt-0 mb-3">
<span class="oi oi-$icon" style="font-size: 0.7em;"></span> $title
<span class="fa fa-$icon" style="font-size: 0.7em;"></span> $title
</h2>
EOF;
}

View File

@ -13,7 +13,8 @@
<?php
echo Theme::cssBootstrap();
echo Theme::css(array(
'bludit.css'
'bludit.css',
'bludit.bootstrap.css'
), DOMAIN_ADMIN_THEME_CSS);
?>