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;
}
}

View File

@@ -44,8 +44,8 @@ $color_whisper: #e6e6e6;
$color_light_gray: #f8f9fa;
//fonts
$font_0: Century Gothic;
$font_1: Arial;
$font_0: 'Lato';
$font_1: 'Poppins';
$font_2: Helvetica;
$font_3: sans-serif;
$font_4: FontAwesome;
@@ -1876,7 +1876,7 @@ input {
color: $color_chicago_approx;
&.form-submit {
font-weight: bold;
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
padding: 11px 16px;
border-radius: 0;
@@ -1982,7 +1982,7 @@ input {
}
}
button {
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
font-weight: bold;
text-shadow: none;
@@ -2191,7 +2191,7 @@ input[type="color"] {
.btn-primary,
input[type="button"] {
font-weight: bold;
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
text-shadow: none;
background: $color_olivine_approx;
@@ -2218,7 +2218,7 @@ input[type="button"] {
.btn-primary,
input[type="submit"] {
font-weight: bold;
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
text-shadow: none;
background: $color_olivine_approx;
@@ -2266,7 +2266,7 @@ input[type="submit"] {
}
input[type="reset"] {
font-weight: bold;
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
text-shadow: none;
background: $color_olivine_approx;
@@ -2451,19 +2451,26 @@ table {
border-color: $color_gray_nurse_approx;
border-radius: 0;
box-shadow: none;
&.block_myoverview{
.card-body{
.card-title{
display: none !important;
}
}
}
.card-body {
padding: 0;
.card-title {
width: 60%;
padding: 15px;
margin-bottom: 0;
display: inline-block !important;
//display: none !important;
}
.content {
padding: 10px 18px;
margin: 0 !important;
background: $color_alabaster_approx;
border-top: 1px solid $color_gray_nurse_approx;
//border-top: 1px solid $color_gray_nurse_approx;
.content {
border: 0;
}
@@ -2882,11 +2889,11 @@ table {
display: inline-block;
}
.fpassword .unmask label {
font: 14px $font_1, $font_2, $font_3;
font: 14px $font_0, $font_1, $font_2;
padding: 0 0 0 7px;
}
.fdescription.required {
font: 12px $font_1, $font_2, $font_3;
font: 12px $font_0, $font_1, $font_2;
color: $color_stack_approx;
margin: 0;
text-align: right;
@@ -3012,7 +3019,7 @@ table {
clear: none;
border: 1px solid $color_celeste_approx;
li {
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
}
}
.summary {
@@ -3160,7 +3167,7 @@ table {
}
}
.summary .no-overflow {
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $color_boston_blue_approx;
line-height: 24px;
background: $color_link_water_approx;
@@ -3522,7 +3529,7 @@ select[size] {
}
#notice .singlebutton + .singlebutton input {
font-weight: bold;
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
text-shadow: none;
background: $color_olivine_approx;
@@ -3543,7 +3550,7 @@ select[size] {
}
.submit.buttons input[name="cancel"] {
font-weight: bold;
font-family: $font_1, $font_2, $font_3;
font-family: $font_0, $font_1, $font_2;
color: $white;
text-shadow: none;
background: $color_olivine_approx;