Files
theme_qualisaude/style/custom.css
eduardogusmao ac035071ec Initial commit
2019-08-27 11:32:32 -03:00

112 lines
2.6 KiB
CSS

/* Custom CSS Settings
-------------------------*/
/*############################################################# Reset*/
h1, h2, h3, h4, h5, h6{
font-family: 'Poppins', sans-serif;
}
a{color: #474749;}
/* ############################################################ Body */
#page-my-index{
background-color: #fff;
}
#page{
max-width: 1280px;
}
/*############################################################# Cabeçalho*/
#page-course-view-topics > #page-wrapper > #page > #page-header .pb-3{
padding-bottom: 5px !important;
}
#page > .page-title{
border-bottom: 2px solid #eaeaea;
margin-bottom: 10px;
}
#page > .page-title > h1{
font-size: 36px;
color: #474749;
margin-bottom: 2px;
}
.card{
border: 0px;
}
.card > .card-body{
padding: 0;
}
.mr-auto{
display: none;
}
.card > .card-body .context-header-settings-menu{
position: absolute;
right: 0px;
}
.card-body > .card-title{
color: #fff;
background-color: #6482c1;
padding: 10px 15px 5px 15px !important;
border-radius: 5px 5px 0 0;
width: auto !important;
font-size: 14px !important;
}
.card-body > .card-text{background: #fff !important;}
.card-body > .card-text .card-deck{overflow: auto;}
.card-body > .card-text .card-deck .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;
}
.block > .card-body > .card-title:before {
font-family: FontAwesome;
display: inline-block;
padding-right: 10px;
vertical-align: middle;
font-size: 32px;
}
.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;
}
/*############################################################# Barra de progresso*/
/* My */
#region-main .block-myoverview .progress{border-radius: 0px;}
.block .block-cards .progress{height: 0.7rem;}
#region-main .block-myoverview .progress .progress-bar{background-color: #91288d;}
/* Course page */
.barra_progresso{
font-family: "Poppins",sans-serif;
margin-bottom: 30px;
}
.barra_progresso > .progresso{background-color: #ebebeb;}
.barra_progresso > .progresso > .andamento{
height: 20px;
background-color: #91288d;
}
.barra_progresso > .progresso > .andamento > label{
color: #fff;
float: right;
font-weight: 400;
font-size: 14px;
padding: 0;
margin: 0 6px 0 0;
}
/* ------------------------- */
[[setting:customcss]]