MailConfigChecker/Application/views/admin/tpl/inc/bootstrap.tpl

10 lines
243 B
Smarty
Raw Normal View History

2023-12-11 15:48:31 +01:00
<link rel="stylesheet" href="[{$oViewConf->getModuleUrl('d3mailconfigchecker', 'out/src/css/bootstrap.min.css')}]">
<style>
* {
font-size: 12px;
}
a {
color: inherit;
text-decoration: inherit;
}
</style>