feat: aumentar tamanho da fonte para 14px nos itens do breadcrumb

master
guilherme 2025-06-18 14:22:02 -03:00
parent c0b78464ec
commit 6c89b03a1e
4 changed files with 40 additions and 48 deletions

View File

@ -7373,7 +7373,7 @@ body a:hover {
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
padding: 0;
padding-right: 12px;
font-size: 12px;
font-size: 14px;
font-weight: normal;
color: #657380;
}

View File

@ -4,8 +4,8 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:pa="http://primefaces.org/poseidon">
xmlns:pa="http://primefaces.org/poseidon"
>
<div class="layout-breadcrumb">
<div class="breadcrumb">
<div class="route-bar-breadcrumb">
@ -14,11 +14,7 @@
<li>
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
</li>
</div>
</div>
</div>
</div>
</ui:composition>

View File

@ -7373,7 +7373,7 @@ body a:hover {
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
padding: 0;
padding-right: 12px;
font-size: 12px;
font-size: 14px;
font-weight: normal;
color: #657380;
}

View File

@ -4,8 +4,8 @@
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui"
xmlns:pa="http://primefaces.org/poseidon">
xmlns:pa="http://primefaces.org/poseidon"
>
<div class="layout-breadcrumb">
<div class="breadcrumb">
<div class="route-bar-breadcrumb">
@ -14,11 +14,7 @@
<li>
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
</li>
</div>
</div>
</div>
</div>
</ui:composition>