14 lignes
323 B
Twig
14 lignes
323 B
Twig
|
<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>
|