mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
30 lines
449 B
SCSS
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;
|
|
}
|
|
}
|