missing style (#2670)

This commit is contained in:
Cilibiu Bogdan
2017-11-20 15:23:38 +02:00
committed by Eugenio Romano
parent 47f5a5ddfb
commit a9bb6dff3a

View File

@@ -16,6 +16,28 @@
margin-bottom: 20px;
}
.adf-no-permission__template {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
min-height: 300px;
mat-icon {
font-size: 52px;
height: 52px;
width: 52px;
direction: rtl;
}
&--text {
color: mat-color($foreground, text);
font-size: 16px;
}
}
.document-list__this-space-is-empty {
height: 32px;
opacity: 0.26;