Skip to content

Commit

Permalink
Merge pull request #294 from fga-eps-mds/fix-disciplinasCursadas
Browse files Browse the repository at this point in the history
[REFACT] (Issue #228) : corrigindo código
  • Loading branch information
vitormanoel17 authored Apr 25, 2022
2 parents db1c6f3 + 1b1072e commit c0ba857
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/telaRF2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</div>
</div>
<div class="bloco">
<h1 class="titulo">Disponíveis Para o Próximo Semestre</h1>
<div class="conteudo">
<h1 class="titulo"> Disciplinas Disponíveis Para o Próximo Semestre</h1>
<div class="conteudoNcursado">
<!-- local para colocar o resultado das diciplinas obrigatorias para o proximo semestre -->
</div>
</div>
Expand Down Expand Up @@ -52,4 +52,10 @@ export default {
height: 300px;
background-color: #efefea;
}
.conteudoNcursado{
width: 250px;
height: 300px;
background-color: #efefea;
}
</style>

0 comments on commit c0ba857

Please sign in to comment.