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

14 lines
147 B
CSS
Raw Normal View History

2019-02-15 07:25:55 +08:00
app-face {
margin: 2px;
display: inline-block;
}
2019-07-21 22:39:52 +08:00
.no-face-msg{
height: 100vh;
text-align: center;
}
.no-face-msg h2{
color: #6c757d;
}