Browse Source

fix: Null state style

version-14
Suraj Shetty 3 years ago
parent
commit
16435de3d6
1 changed files with 19 additions and 16 deletions
  1. +19
    -16
      frappe/public/scss/desk/page.scss

+ 19
- 16
frappe/public/scss/desk/page.scss View File

@@ -156,26 +156,29 @@
.result, .no-result, .freeze { .result, .no-result, .freeze {
min-height: #{"calc(100vh - 284px)"}; 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;
} }
} }
} }


Loading…
Cancel
Save