MailConfigChecker/Application/views/admin/tpl/inc/bootstrap.tpl
2023-12-12 11:28:18 +01:00

14 regels
323 B
Smarty

<link rel="stylesheet" href="[{$oViewConf->getModuleUrl('d3mailconfigchecker', 'out/src/css/bootstrap.min.css')}]">
<style>
* {
font-size: 12px;
box-sizing: initial;
}
a {
color: inherit;
text-decoration: inherit;
}
select {
box-sizing: border-box;
}
</style>