...
HTML |
---|
<style> #title-text{ font-size:0px; } h1#title-text a{color:#fff;margin-top:-40px;} .page-description{color:#fff;} h1#title-text.with-breadcrumbs{background-image:url(https://tdn.totvs.com/download/attachments/636305285/bg-Capacitacaoegestao.png?api=v2);} .sr-showcase>.showcase-title { text-align: center; font-weight: bold; white-space: normal; color: #363636; font-size: 12px; } .sr-showcase { margin:0; height: 180px; width: 180px; } .sr-showcase> img{ width: 50px; height: 50px; display: block; margin-left: auto; margin-right: auto; margin-bottom: 0; margin-top: 30px; } .sr-showcase>.showcase-caption>.showcase-action { text-align:center; } .sr-showcase>.showcase-caption .showcase-description{ color: #feac0e; font-weight: bold; font-size: 8pt; } .panelContent{margin:0px} </style> |
HTML |
---|
<!-- HTML DO ICONE DE HOME -->
<a href="https://tdn.totvs.com/display/MD/MIT+Digital"><span id="icon-home">
<b>Voltar à HOME</b><img src="https://tdn.totvs.com/download/attachments/632845879/home-icon-branca.png?api=v2"/>
</span> </a>
<style>
#icon-home img{
width: 40px;
height: 40px;
}
#icon-home{
display: flex;
justify-content: flex-end;
padding-right:10px;
margin-top: -80px;
padding-bottom:20px;
}
#icon-home>b{
color:#fff;
padding-top:15px;
padding-right: 5px;
}
</style> |
...