feat: aumentar tamanho da fonte para 14px nos itens do breadcrumb
parent
c0b78464ec
commit
6c89b03a1e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
<ui:composition
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
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">
|
||||
|
||||
<div class="layout-breadcrumb">
|
||||
<div class="breadcrumb">
|
||||
<div class="route-bar-breadcrumb">
|
||||
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
||||
<li><i class="pi pi-chevron-right"></i></li>
|
||||
<li>
|
||||
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<ui:composition
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
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"
|
||||
>
|
||||
<div class="layout-breadcrumb">
|
||||
<div class="breadcrumb">
|
||||
<div class="route-bar-breadcrumb">
|
||||
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
||||
<li><i class="pi pi-chevron-right"></i></li>
|
||||
<li>
|
||||
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</ui:composition>
|
||||
</div>
|
||||
</ui:composition>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,24 +1,20 @@
|
|||
<ui:composition
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
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">
|
||||
|
||||
<div class="layout-breadcrumb">
|
||||
<div class="breadcrumb">
|
||||
<div class="route-bar-breadcrumb">
|
||||
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
||||
<li><i class="pi pi-chevron-right"></i></li>
|
||||
<li>
|
||||
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
||||
</li>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<ui:composition
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
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"
|
||||
>
|
||||
<div class="layout-breadcrumb">
|
||||
<div class="breadcrumb">
|
||||
<div class="route-bar-breadcrumb">
|
||||
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
||||
<li><i class="pi pi-chevron-right"></i></li>
|
||||
<li>
|
||||
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
||||
</li>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</ui:composition>
|
||||
</div>
|
||||
</ui:composition>
|
||||
|
|
Loading…
Reference in New Issue