Componentize messages, error messages and progress indicator.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
.message {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
padding: 10%;
|
||||
}
|
||||
Reference in New Issue
Block a user