Imagens e layout do curso

This commit is contained in:
eduardogusmao
2019-09-04 19:09:33 -03:00
parent 05f4a327f7
commit 05b931a5a6
22 changed files with 304 additions and 62 deletions

View File

@@ -227,6 +227,7 @@ section#inicial{
}
#cabecalho-geral .card{
background-color:transparent;
border: 0px;
}
#cabecalho-geral .breadcrumb .breadcrumb-item{
color:#fff;
@@ -241,10 +242,17 @@ section#inicial{
padding-left: 0px;
padding-right: 0px;
}
#cabecalho-geral div.page-title > h1{
color:#fff;
font-size: 28px;
font-weight: 700;
#cabecalho-geral{
div.page-title{
h1{
color:#fff;
font-size: 28px;
font-weight: 700;
&.course-title{
margin-top: 30px;
}
}
}
}
/* ################################### DASHBOARD ################################# */
@@ -253,4 +261,108 @@ section#inicial{
#region-main{
border: 0px;
}
}
}
/* ################################### CURSO ################################# */
.pagelayout-course{
#region-main{
border: 0px;
.completionprogress{display: none;}
}
}
/* ################################### BLOCOS Laterais ################################# */
/* Blocos gerais */
.card{
border: 0px;
.card-body{
padding: 0;
.context-header-settings-menu{
position: absolute;
right: 0px;
}
.card-title{
color: $color_padrao_azul;
//background-color: #6482c1;
//padding: 10px 15px 5px 15px !important;
//border-radius: 5px 5px 0 0;
//width: auto !important;
//font-size: 14px !important;
}
.card-title:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
vertical-align: middle;
font-size: 32px;
}
.card-text{
background: #fff !important;
.card-deck{
overflow: auto;
.card{
-webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
-moz-box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
margin-top: 10px;
}
}
}
}
}
/* Blocos da lateral */
#block-region-side-pre{
.card{
border: 1px solid $color_padrao_azul;
border-radius: 15px;
padding: 10px;
.card-body{
.card-title{
width: 100%;
font-size: 17px!important;
display: table !important;
text-align: center;
font-weight: 700;
}
}
}
.block_news_items{
.card-text{
ul{
li.post{
display: table;
border-top: 1px solid #bbbbbb;
width: 100%;
margin-top: 10px;
.head{
display: table-footer-group;
font-size: 12px;
.date{
display: table-cell;
}
}
.info{
display: table-header-group;
font-weight: 700;
}
}
}
}
}
}
.mr-auto{
//display: none;
}
.block_recentlyaccessedcourses > .card-body > .card-title:before {content: "\f0ae";}
.block_timeline > .card-body > .card-title:before {content: "\f1da";}
.block_myoverview > .card-body > .card-title:before {content: "\f015";}
.card-body > .content{
background-color: #fff;
}