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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
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">
|
||||||
|
@ -14,11 +14,7 @@
|
||||||
<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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
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">
|
||||||
|
@ -14,11 +14,7 @@
|
||||||
<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