alfresco-content-app/src/app/components/empty-folder/empty-folder.component.scss
Denys Vuika 0b5dc47de9
move empty folder UI into separate component (#202)
* move empty folder UI into separate component

* test fixes
2018-02-27 11:06:31 +00:00

30 lines
449 B
SCSS

@import 'variables';
.app-empty-folder {
color: $alfresco-secondary-text-color;
display: flex;
flex-direction: column;
align-items: center;
&__icon {
font-size: 52px;
height: 52px;
width: 52px;
}
p {
line-height: 0;
}
&__title {
font-size: 18px;
font-weight: 600;
}
&__subtitle,
&__text {
font-size: 14px;
font-weight: 300;
}
}