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

14 lines
323 B
Smarty
Raw Permalink 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;
2023-12-12 11:28:18 +01:00
box-sizing: initial;
2023-12-11 15:48:31 +01:00
}
a {
color: inherit;
text-decoration: inherit;
}
2023-12-12 11:28:18 +01:00
select {
box-sizing: border-box;
}
2023-12-11 15:48:31 +01:00
</style>