fix/affichage-vie-etudiante #163

Merged
vlbeaudoin merged 7 commits from fix/affichage-vie-etudiante into main 2023-10-26 17:03:39 -04:00
2 changed files with 17 additions and 5 deletions
Showing only changes of commit b78fbd033f - Show all commits

View file

@ -1,5 +1,6 @@
.table {
font-family: "Poppins";
margin-bottom: 20px;
}
td {
@ -14,4 +15,15 @@ td {
.tableRow:nth-child(even) {
background-color: #F4F4F4;
}
.vieEtudianteWrapper {
display: flex;
flex-flow: column;
align-items: center;
}
.separator {
width: 75%;
border: 1px solid #C4C4C4;
}

View file

@ -11,7 +11,7 @@
{{ template "header-html" }}
<div class="wrapper vieEtudianteWrapper">
<h1 class="heading1">Vie étudiante</h1>
<h2>Organismes thématiques</h2>
<h2 class="heading2">Organismes thématiques</h2>
<table class="table">
<tr class="tableRowHeading">
<td>Nom</td>
@ -98,8 +98,8 @@
<td>Inactif</td>
</tr>
</table>
<hr>
<h2>Associations de programme</h2>
<hr class="separator">
<h2 class="heading2">Associations de programme</h2>
<table class="table">
<tr class="tableRowHeading">
<td>Nom</td>
@ -158,8 +158,8 @@
<td>Inactif</td>
</tr>
</table>
<hr>
<h2>Comités</h2>
<hr class="separator">
<h2 class="heading2">Comités</h2>
<table class="table">
<tr class="tableRowHeading">
<td>Nom</td>