1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/ui/faces/faces.component.css
2019-07-21 16:39:52 +02: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;
}