소스 검색

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;
}
}
}


불러오는 중...
취소
저장