fix gallery view sort drop down empty values (#2990)

restore recent in main pace
trashcan example demo shell add multi select
This commit is contained in:
Eugenio Romano
2018-02-23 17:37:15 +00:00
committed by GitHub
parent 69fd016d32
commit 8f471d8beb
12 changed files with 109 additions and 66 deletions

View File

@@ -1,35 +0,0 @@
.empty-list {
.adf-data-table {
height: 100%;
tr:hover, tr:focus {
cursor: default;
}
}
&__block {
display: flex;
flex-direction: column;
align-items: center;
p {
line-height: 0;
}
}
&__title {
font-size: 18px;
font-weight: 600;
}
&__subtitle {
font-size: 14px;
font-weight: 300;
}
&__block > mat-icon {
font-size: 52px;
height: 52px;
width: 52px;
}
}