1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/src/frontend/app/ui/faces/faces.component.css
2019-12-10 10:44:35 +01:00

14 lines
147 B
CSS

app-face {
margin: 2px;
display: inline-block;
}
.no-face-msg{
height: 100vh;
text-align: center;
}
.no-face-msg h2{
color: #6c757d;
}