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

@@ -2,7 +2,7 @@
$color_olivine_approx: #6482c1;
$white: #fff;
$color_storm_dust_approx: #656565;
$blaze_orange: #f60;
$blaze_orange: #0A486B; // Cor padrao
$color_ebb_approx: #e8e3e3;
$color_woodsmoke_approx: #111;
$color_alto_approx: #dedede;
@@ -42,6 +42,7 @@ $color_trendy_pink_approx: #8e558e;
$color_monatana: #373a3c;
$color_whisper: #e6e6e6;
$color_light_gray: #f8f9fa;
$color_padrao_azul: #0A486B;
//fonts
$font_0: 'Lato';
@@ -2461,8 +2462,8 @@ table {
.card-body {
padding: 0;
.card-title {
width: 60%;
padding: 15px;
width: 100%;
padding: 0px;
margin-bottom: 0;
//display: none !important;
}