Selaa lähdekoodia

fix: Null state style

version-14
Suraj Shetty 3 vuotta sitten
vanhempi
commit
16435de3d6
1 muutettua tiedostoa jossa 19 lisäystä ja 16 poistoa
  1. +19
    -16
      frappe/public/scss/desk/page.scss

+ 19
- 16
frappe/public/scss/desk/page.scss Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna