37 lines
788 B
CSS
37 lines
788 B
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;
|
|
}
|
|
|
|
|
|
|
|
/* ------------------------- */
|
|
[[setting:customcss]] |