Componentize messages, error messages and progress indicator.

This commit is contained in:
Dermot Duffy
2021-09-20 21:33:37 -07:00
parent e4f07ac50d
commit 63a5a93eeb
5 changed files with 105 additions and 49 deletions
+8
View File
@@ -0,0 +1,8 @@
.message {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 10%;
}