.editor-pageview {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.editor-pageview-Empty {
  padding: 10px;
}
.editor-pageview-description {
  color: rgba(28, 36, 46, 0.55);
  font-size: 16px;
  line-height: 22px;
}
