feat: alterar modo de menu para layout-horizontal e remover transformação de texto em estilos de layout
parent
8bd528c3c6
commit
c0b78464ec
|
@ -11,7 +11,7 @@ import jakarta.inject.Named;
|
||||||
|
|
||||||
public class GuestPreferences implements Serializable {
|
public class GuestPreferences implements Serializable {
|
||||||
|
|
||||||
private String menuMode = "layout-static layout-static-active";
|
private String menuMode = "layout-horizontal";
|
||||||
|
|
||||||
private String componentTheme = "denim";
|
private String componentTheme = "denim";
|
||||||
|
|
||||||
|
|
|
@ -7375,7 +7375,6 @@ body a:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #cdd2db;
|
color: #cdd2db;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
|
@ -7375,7 +7375,6 @@ body a:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #b1b9c9;
|
color: #b1b9c9;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
|
@ -7376,7 +7376,6 @@ body a:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #657380;
|
color: #657380;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -7375,7 +7375,6 @@ body a:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #cdd2db;
|
color: #cdd2db;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
|
@ -7375,7 +7375,6 @@ body a:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #b1b9c9;
|
color: #b1b9c9;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
|
@ -7376,7 +7376,6 @@ body a:hover {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #657380;
|
color: #657380;
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
}
|
||||||
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
.layout-breadcrumb .breadcrumb .route-bar-breadcrumb > li i {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue