Files
theme_qualisaude/style/custom.css
2019-09-04 19:09:33 -03:00

63 lines
1.5 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;
}
/*############################################################# 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]]