9 lines
188 B
SCSS
9 lines
188 B
SCSS
.page-container {
|
|
min-height: 100vh;
|
|
background-color: #f7f8fa;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.empty { color: #999; font-size: 16px; }
|