Dashboard do usuário

This commit is contained in:
eduardogusmao
2019-09-03 19:49:41 -03:00
parent 503ed90b8a
commit 05f4a327f7
9 changed files with 239 additions and 25 deletions

View File

@@ -194,7 +194,7 @@ section#inicial{
}
}
/* ################################### HEADER ################################# */
/* ################################### TOPO ################################# */
#header{
.navbar-nav{
.logo{
@@ -208,4 +208,49 @@ section#inicial{
}
}
}
}
/* ################################### HEADER ################################# */
.cabecalho-header{
background-image: url([[pix:theme|bg/bg-cabecalho]]);
background-repeat: round;
//background-position: center center;
//background-attachment: fixed;
background-color: #ffffff;
//background-size: cover;
min-height: 250px;
}
#cabecalho-geral{
max-width: 1280px;
padding-top: 40px;
}
#cabecalho-geral .card{
background-color:transparent;
}
#cabecalho-geral .breadcrumb .breadcrumb-item{
color:#fff;
text-transform: uppercase;
font-size: 12px;
}
#cabecalho-geral .breadcrumb >li>a{color:#fff;}
#cabecalho-geral .breadcrumb >li>a:hover{color:#f60; text-decoration: none;}
#cabecalho-geral .breadcrumb-item + .breadcrumb-item::before{
color:#fff;
content: ">";
padding-left: 0px;
padding-right: 0px;
}
#cabecalho-geral div.page-title > h1{
color:#fff;
font-size: 28px;
font-weight: 700;
}
/* ################################### DASHBOARD ################################# */
.pagelayout-mydashboard{
#region-main{
border: 0px;
}
}