Files
headup_app/src/app/components/shared/helpers-jump/jump-table.component.scss
T
Julien Gautier 747948a422 Ajout des sources
2023-09-12 21:46:56 +02:00

27 lines
536 B
SCSS

/* 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;
}
}