8 lines
141 B
CSS
8 lines
141 B
CSS
|
|
.empty-viewport {
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
height: 100%;
|
||
|
|
color: var(--text-secondary-color);
|
||
|
|
}
|