Ajout des sources

This commit is contained in:
Julien Gautier
2023-09-12 21:46:56 +02:00
parent fa2288b8ed
commit 747948a422
235 changed files with 45064 additions and 0 deletions
@@ -0,0 +1,26 @@
/* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */
mat-card-content {
padding-bottom: 10px;
}
.main-page {
.feed-toggle {
margin-bottom: -1px;
}
.sidebar {
padding: 5px 10px 10px;
background: #f3f3f3;
border-radius: 4px;
p {
margin-bottom: .2rem;
}
}
}
.table.table-condensed.mat-mdc-table {
tr {
height: inherit;
}
td {
vertical-align: middle;
}
}