Style sur les pages et ajout d'ajout d'icônes

This commit is contained in:
Sébastien André
2020-05-04 16:29:54 +02:00
parent d4b10c2b72
commit 38d3697b7a
13 changed files with 50 additions and 32 deletions

View File

@@ -15,9 +15,24 @@
}
.content {
height: 90vh;
min-height: 90vh;
display: flex;
justify-content: left;
flex-direction: column;
align-items: initial;
padding-top: 25px;
}
.left130 {
clear: both;
float: left;
width: 130px;
}
.paragraph {
margin-bottom: 10px;
}
.mat-tab-group {
margin-top: 20px;
}