18 lines
221 B
SCSS
18 lines
221 B
SCSS
mat-paginator, table {
|
|
width: 80%;
|
|
margin: auto 10%;
|
|
}
|
|
|
|
.btnContainer {
|
|
margin: 50px 10% 20px 0px;
|
|
text-align: right;
|
|
}
|
|
|
|
.btnAjouter {
|
|
border: solid 1px black;
|
|
}
|
|
|
|
.filtre {
|
|
text-align: center;
|
|
width: 33%;
|
|
}
|