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 {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #657380;
|
color: #657380;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,24 +1,20 @@
|
||||||
<ui:composition
|
<ui:composition
|
||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:f="http://java.sun.com/jsf/core"
|
||||||
xmlns:h="http://java.sun.com/jsf/html"
|
xmlns:h="http://java.sun.com/jsf/html"
|
||||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||||
xmlns:p="http://primefaces.org/ui"
|
xmlns:p="http://primefaces.org/ui"
|
||||||
xmlns:pa="http://primefaces.org/poseidon">
|
xmlns:pa="http://primefaces.org/poseidon"
|
||||||
|
>
|
||||||
<div class="layout-breadcrumb">
|
<div class="layout-breadcrumb">
|
||||||
<div class="breadcrumb">
|
<div class="breadcrumb">
|
||||||
<div class="route-bar-breadcrumb">
|
<div class="route-bar-breadcrumb">
|
||||||
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
||||||
<li><i class="pi pi-chevron-right"></i></li>
|
<li><i class="pi pi-chevron-right"></i></li>
|
||||||
<li>
|
<li>
|
||||||
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
||||||
</li>
|
</li>
|
||||||
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</ui:composition>
|
</ui:composition>
|
|
@ -7373,7 +7373,7 @@ body a:hover {
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-right: 12px;
|
padding-right: 12px;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #657380;
|
color: #657380;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,24 +1,20 @@
|
||||||
<ui:composition
|
<ui:composition
|
||||||
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns="http://www.w3.org/1999/xhtml"
|
||||||
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:f="http://java.sun.com/jsf/core"
|
||||||
xmlns:h="http://java.sun.com/jsf/html"
|
xmlns:h="http://java.sun.com/jsf/html"
|
||||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||||
xmlns:p="http://primefaces.org/ui"
|
xmlns:p="http://primefaces.org/ui"
|
||||||
xmlns:pa="http://primefaces.org/poseidon">
|
xmlns:pa="http://primefaces.org/poseidon"
|
||||||
|
>
|
||||||
<div class="layout-breadcrumb">
|
<div class="layout-breadcrumb">
|
||||||
<div class="breadcrumb">
|
<div class="breadcrumb">
|
||||||
<div class="route-bar-breadcrumb">
|
<div class="route-bar-breadcrumb">
|
||||||
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
<li><ui:insert name="SISTEMA_PAGINA">Sistema</ui:insert></li>
|
||||||
<li><i class="pi pi-chevron-right"></i></li>
|
<li><i class="pi pi-chevron-right"></i></li>
|
||||||
<li>
|
<li>
|
||||||
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
<ui:insert name="CAMINHO_PAGINA">Página</ui:insert>
|
||||||
</li>
|
</li>
|
||||||
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</ui:composition>
|
</ui:composition>
|
Loading…
Reference in New Issue