27 lines
536 B
SCSS
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;
|
|
}
|
|
}
|