浏览代码

fix: Null state style

version-14
Suraj Shetty 3 年前
父节点
当前提交
16435de3d6
共有 1 个文件被更改,包括 19 次插入16 次删除
  1. +19
    -16
      frappe/public/scss/desk/page.scss

+ 19
- 16
frappe/public/scss/desk/page.scss 查看文件

@@ -156,26 +156,29 @@
.result, .no-result, .freeze {
min-height: #{"calc(100vh - 284px)"};
}
}

.msg-box {
margin-bottom: 4em;
font-size: var(--text-sm);
.msg-box {
margin-bottom: 4em;
font-size: var(--text-sm);

// To compensate for perceived centering
.null-state {
height: 85px;
width: auto;
margin-bottom: var(--margin-md);
img {
fill: var(--fg-color);
}
// To compensate for perceived centering
.null-state {
height: 85px;
width: auto;
margin-bottom: var(--margin-md);
img {
fill: var(--fg-color);
}
}
p {
font-size: var(--text-md);
}

.meta-description {
width: 45%;
margin-right: auto;
margin-left: auto;
}
.meta-description {
width: 45%;
margin-right: auto;
margin-left: auto;
}
}
}


正在加载...
取消
保存