...
HTML |
---|
<style> #title-text{ font-size:0px; } h1#title-text a{color:#000#ffffff;margin-top:-40px;} .page-description{color:#ffffff;} h1#title-text.with-breadcrumbs{background-image:url(https://tdn.totvs.com/download/attachments/684027077/img.logoicon.png?version=1&modificationDate=1686138301053&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/GDTDS/Ferramentas+Corporativas">
<b>Voltar à HOME</b><img src="https://tdn.totvs.com/download/attachments/632845879/home-icon-preta.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:#000;
padding-top:15px;
padding-right: 5px;
}
</style> |
...